[Groovy] Interface Command
Provides the interface required for command extensions.
- Authors:
- Jason Dillon
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
| Object | execute(List<String> args) | |
| List | getAliases() | |
| Completer | getCompleter() | |
| String | getDescription() | |
| String | getHelp() | |
| boolean | getHidden() | |
| String | getName() | |
| String | getShortcut() | |
| String | getUsage() | 
Method Detail
Object execute(List<String> args)
List getAliases()
Completer getCompleter()
String getDescription()
String getHelp()
boolean getHidden()
String getName()
String getShortcut()
String getUsage()
    © 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/shell/Command.html