Class GroovyDocTool
java.lang.Object
org.codehaus.groovy.tools.groovydoc.GroovyDocTool
public class GroovyDocTool extends Object
-
Field Summary
Fields Modifier and Type Field Description protected Propertiesproperties -
Constructor Summary
Constructors Constructor Description GroovyDocTool(String[] sourcepaths)Constructor for use by people who only want to interact with the Groovy Doclet Tree (rootDoc)GroovyDocTool(ResourceManager resourceManager, String[] sourcepaths, String classTemplate)GroovyDocTool(ResourceManager resourceManager, String[] sourcepaths, String[] docTemplates, String[] packageTemplates, String[] classTemplates, List<LinkArgument> links, Properties properties) -
Method Summary
Modifier and Type Method Description voidadd(List<String> filenames)GroovyRootDocgetRootDoc()voidrenderToOutput(OutputTool output, String destdir)
-
Field Details
-
properties
-
-
Constructor Details
-
GroovyDocTool
Constructor for use by people who only want to interact with the Groovy Doclet Tree (rootDoc)- Parameters:
sourcepaths- where the sources to be added can be found
-
GroovyDocTool
-
GroovyDocTool
public GroovyDocTool(ResourceManager resourceManager, String[] sourcepaths, String[] docTemplates, String[] packageTemplates, String[] classTemplates, List<LinkArgument> links, Properties properties)
-
-
Method Details
-
add
- Throws:
IOException
-
getRootDoc
-
renderToOutput
- Throws:
Exception
-