[Groovy] Class Main
- org.codehaus.groovy.tools.groovydoc.Main
Main CLI entry-point for groovydoc.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
static def |
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 |
Method Detail
static def 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/2.4.21/html/gapi/org/codehaus/groovy/tools/groovydoc/Main.html