[Groovy] Class DocGenerator
- org.codehaus.groovy.tools.DocGenerator
Generate documentation about the methods provided by the Groovy Development Kit that enhance the standard JDK classes.
- Authors:
- Guillaume Laforge, John Wilson, Bernhard Huber, Paul King, Yasuharu Nakano
Properties Summary
Type | Name and description |
---|---|
DocGenerator.DocSource |
docSource |
File |
outputDir |
List<File> |
sourceFiles |
Constructor Summary
Constructor and description |
---|
DocGenerator
(List<File> sourceFiles, File outputFolder) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
generateAll() Builds an HTML page from the structure of DefaultGroovyMethods. | |
static void |
main(String... args) Main entry point. |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
DocGenerator.DocSource docSource
File outputDir
List<File> sourceFiles
Constructor Detail
DocGenerator(List<File> sourceFiles, File outputFolder)
Method Detail
void generateAll()
Builds an HTML page from the structure of DefaultGroovyMethods.
static void main(String... args)
Main entry point.
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/DocGenerator.html