[Java] Class GroovyDocTemplateEngine

  • org.codehaus.groovy.tools.groovydoc.GroovyDocTemplateEngine

Process Groovydoc templates.

Constructor Summary

Constructors
Constructor and description
GroovyDocTemplateEngine (GroovyDocTool tool, ResourceManager resourceManager, String classTemplate)
GroovyDocTemplateEngine (GroovyDocTool tool, ResourceManager resourceManager, String[] docTemplates, String[] packageTemplates, String[] classTemplates, Properties properties)

Methods Summary

Methods
Type Params Return Type Name and description
void copyBinaryResource(String template, String destFileName)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public GroovyDocTemplateEngine(GroovyDocTool tool, ResourceManager resourceManager, String classTemplate)

public GroovyDocTemplateEngine(GroovyDocTool tool, ResourceManager resourceManager, String[] docTemplates, String[] packageTemplates, String[] classTemplates, Properties properties)

Method Detail

public void copyBinaryResource(String template, String destFileName)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/groovydoc/GroovyDocTemplateEngine.html