Class GroovyRootDocBuilder
java.lang.Object
org.codehaus.groovy.tools.groovydoc.GroovyRootDocBuilder
public class GroovyRootDocBuilder extends Object
-
Constructor Summary
Constructors Constructor Description GroovyRootDocBuilder(String[] sourcepaths, List<LinkArgument> links, Properties properties)
GroovyRootDocBuilder(GroovyDocTool tool, String[] sourcepaths, List<LinkArgument> links, Properties properties)
Deprecated. -
Method Summary
Modifier and Type Method Description void
buildTree(List<String> filenames)
GroovyRootDoc
getRootDoc()
-
Constructor Details
-
GroovyRootDocBuilder
@Deprecated public GroovyRootDocBuilder(GroovyDocTool tool, String[] sourcepaths, List<LinkArgument> links, Properties properties)Deprecated. -
GroovyRootDocBuilder
-
-
Method Details
-
buildTree
- Throws:
IOException
-
getRootDoc
-