public class GroovyDocTemplateEngine
extends Object
Process Groovydoc templates.
| Constructor and description |
|---|
GroovyDocTemplateEngine(GroovyDocTool tool, ResourceManager resourceManager, String classTemplate)Creates a template engine with a resource manager, a single class-level template, and default properties. |
GroovyDocTemplateEngine(GroovyDocTool tool, ResourceManager resourceManager, String[] docTemplates, String[] packageTemplates, String[] classTemplates, Properties properties)Creates a template engine with separate sets of documentation, package, and class templates. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
copyBinaryResource(String template, String destFileName)Copies a binary resource (image or Prism.js bundle) from the classpath to the given destination file path. |
Creates a template engine with a resource manager, a single class-level template, and default properties.
Creates a template engine with separate sets of documentation, package, and class templates.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.