[Groovy] Class Main
- org.codehaus.groovy.tools.groovydoc.Main
 
class Main extends Object
Main CLI entry-point for groovydoc.
Constructor Summary
| Constructor and description | 
|---|
 Main
                                () |  
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
static Object |  
collectSourceFileNames(List<String> remainingArgs, String[] sourceDirs, List<String> exclusions) |  |
static void |  
execute() |  |
static void |  
main(String[] args) |  
Inherited Methods Summary
| Methods inherited from class | Name | 
|---|---|
class Object |  wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |  
Constructor Detail
Main()
Method Detail
static Object collectSourceFileNames(List<String> remainingArgs, String[] sourceDirs, List<String> exclusions)
static void execute()
static void main(String[] args)
    © 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
    https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/tools/groovydoc/Main.html