[Groovy] Class GrapeMain
- org.codehaus.groovy.tools.GrapeMain
- All Implemented Interfaces and Traits:
- Runnable
@SuppressWarnings(value: Println) @CommandLine.Command(name: grape, description: Allows for the inspection and management of the local grape cache., subcommands: [GrapeMain.Install, GrapeMain.Uninstall, GrapeMain.ListCommand, GrapeMain.Resolve, CommandLine.HelpCommand]) class GrapeMain extends Object implements Runnable
Properties Summary
Type | Name and description |
---|---|
List<String> |
unmatched |
Constructor Summary
Constructor and description |
---|
GrapeMain
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
static void |
main(String[] args) | |
void |
run() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
@CommandLine.Unmatched List<String> unmatched
Constructor Detail
GrapeMain()
Method Detail
static void main(String[] args)
void run()
© 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/GrapeMain.html