org.codehaus.groovy.tools.groovydoc
Class GroovyDocWriter
java.lang.Object
org.codehaus.groovy.tools.groovydoc.GroovyDocWriter
public class GroovyDocWriter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tool
private GroovyDocTool tool
output
private OutputTool output
templateEngine
private GroovyDocTemplateEngine templateEngine
FS
private static final java.lang.String FS
- See Also:
- Constant Field Values
GroovyDocWriter
public GroovyDocWriter(GroovyDocTool tool,
OutputTool output,
GroovyDocTemplateEngine templateEngine)
writeClasses
public void writeClasses(GroovyRootDoc rootDoc,
java.lang.String destdir)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeRoot
public void writeRoot(GroovyRootDoc rootDoc,
java.lang.String destdir)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeClassToOutput
public void writeClassToOutput(GroovyClassDoc classDoc,
java.lang.String destdir)
throws java.lang.Exception
- Throws:
java.lang.Exception
writePackages
public void writePackages(GroovyRootDoc rootDoc,
java.lang.String destdir)
throws java.lang.Exception
- Throws:
java.lang.Exception
writePackageToOutput
public void writePackageToOutput(GroovyPackageDoc packageDoc,
java.lang.String destdir)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeRootDocToOutput
public void writeRootDocToOutput(GroovyRootDoc rootDoc,
java.lang.String destdir)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © ${year} The Codehaus. All Rights Reserved.