Class GroovyDocWriter
java.lang.Object
org.codehaus.groovy.tools.groovydoc.GroovyDocWriter
public class GroovyDocWriter
extends java.lang.Object
Write GroovyDoc resources to destination.
- 
Constructor SummaryConstructors Constructor Description GroovyDocWriter(GroovyDocTool tool, OutputTool output, GroovyDocTemplateEngine templateEngine, java.util.Properties properties)Deprecated.GroovyDocWriter(OutputTool output, GroovyDocTemplateEngine templateEngine, java.util.Properties properties)
- 
Method SummaryModifier and Type Method Description voidwriteClasses(GroovyRootDoc rootDoc, java.lang.String destdir)voidwriteClassToOutput(GroovyClassDoc classDoc, java.lang.String destdir)voidwritePackages(GroovyRootDoc rootDoc, java.lang.String destdir)voidwritePackageToOutput(GroovyPackageDoc packageDoc, java.lang.String destdir)voidwriteRoot(GroovyRootDoc rootDoc, java.lang.String destdir)voidwriteRootDocToOutput(GroovyRootDoc rootDoc, java.lang.String destdir)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
GroovyDocWriter@Deprecated public GroovyDocWriter(GroovyDocTool tool, OutputTool output, GroovyDocTemplateEngine templateEngine, java.util.Properties properties)Deprecated.
- 
GroovyDocWriterpublic GroovyDocWriter(OutputTool output, GroovyDocTemplateEngine templateEngine, java.util.Properties properties)
 
- 
- 
Method Details- 
writeClassespublic void writeClasses(GroovyRootDoc rootDoc, java.lang.String destdir) throws java.lang.Exception- Throws:
- java.lang.Exception
 
- 
writeClassToOutputpublic void writeClassToOutput(GroovyClassDoc classDoc, java.lang.String destdir) throws java.lang.Exception- Throws:
- java.lang.Exception
 
- 
writePackagespublic void writePackages(GroovyRootDoc rootDoc, java.lang.String destdir) throws java.lang.Exception- Throws:
- java.lang.Exception
 
- 
writePackageToOutputpublic void writePackageToOutput(GroovyPackageDoc packageDoc, java.lang.String destdir) throws java.lang.Exception- Throws:
- java.lang.Exception
 
- 
writeRoot- Throws:
- java.lang.Exception
 
- 
writeRootDocToOutputpublic void writeRootDocToOutput(GroovyRootDoc rootDoc, java.lang.String destdir) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 
-