public class GroovyDocTool extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Properties | 
properties  | 
| Constructor and Description | 
|---|
GroovyDocTool(ResourceManager resourceManager,
             String[] sourcepaths,
             String classTemplate)  | 
GroovyDocTool(ResourceManager resourceManager,
             String[] sourcepaths,
             String[] docTemplates,
             String[] packageTemplates,
             String[] classTemplates,
             List<LinkArgument> links,
             Properties properties)  | 
GroovyDocTool(String[] sourcepaths)
Constructor for use by people who only want to interact with the Groovy Doclet Tree (rootDoc) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(List<String> filenames)  | 
GroovyRootDoc | 
getRootDoc()  | 
void | 
renderToOutput(OutputTool output,
              String destdir)  | 
protected Properties properties
public GroovyDocTool(String[] sourcepaths)
sourcepaths - where the sources to be added can be foundpublic GroovyDocTool(ResourceManager resourceManager, String[] sourcepaths, String classTemplate)
public GroovyDocTool(ResourceManager resourceManager, String[] sourcepaths, String[] docTemplates, String[] packageTemplates, String[] classTemplates, List<LinkArgument> links, Properties properties)
public void add(List<String> filenames) throws IOException
IOExceptionpublic GroovyRootDoc getRootDoc()
public void renderToOutput(OutputTool output, String destdir) throws Exception
Exception