|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.tools.groovydoc.GroovyDocTool
public class GroovyDocTool extends Object
Field Summary | |
---|---|
protected Properties |
properties
|
Constructor Summary | |
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 links, Properties properties)
|
Method Summary | |
---|---|
void
|
add(List filenames)
|
GroovyRootDoc
|
getRootDoc()
|
void
|
renderToOutput(OutputTool output, String destdir)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected Properties properties
Constructor Detail |
---|
public GroovyDocTool(String[] sourcepaths)
sourcepaths
- where the sources to be added can be found
public GroovyDocTool(ResourceManager resourceManager, String[] sourcepaths, String classTemplate)
public GroovyDocTool(ResourceManager resourceManager, String[] sourcepaths, String[] docTemplates, String[] packageTemplates, String[] classTemplates, List links, Properties properties)
Method Detail |
---|
public void add(List filenames)
public GroovyRootDoc getRootDoc()
public void renderToOutput(OutputTool output, String destdir)
Copyright © 2003-2013 The Codehaus. All rights reserved.