class Main
extends Object
Main CLI entry-point for groovydoc.
| Constructor and description |
|---|
Main() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static Object |
collectSourceFileNames(List<String> remainingArgs, String[] sourceDirs, List<String> exclusions)Populates sourceFilesToDoc by resolving each entry in remainingArgs
against the given sourceDirs, collecting .groovy and .java
files. |
|
static int |
execute()Builds and runs the GroovyDocTool using the static configuration set by main, writes output to destDir, and returns the number of parse errors. |
|
static void |
main(String[] args)Runs the groovydoc command-line entry point. |
Populates sourceFilesToDoc by resolving each entry in remainingArgs
against the given sourceDirs, collecting .groovy and .java
files. Entries in exclusions are skipped.
Builds and runs the GroovyDocTool using the static configuration set by main, writes output to destDir, and returns the number of parse errors.
Runs the groovydoc command-line entry point.
args - command-line argumentsCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.