[Groovy] Class DocGenerator

  • org.apache.groovy.docgenerator.DocGenerator
class DocGenerator
extends Object

Generate documentation about the methods provided by the Groovy Development Kit that enhance the standard JDK classes.

Properties Summary

Properties
Type Name and description
DocGenerator.DocSource docSource
File outputDir
List<File> sourceFiles

Constructor Summary

Constructors
Constructor and description
DocGenerator (List<File> sourceFiles, File outputFolder)

Methods Summary

Methods
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

Inherited Methods
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/3.0.7/html/gapi/org/apache/groovy/docgenerator/DocGenerator.html