public interface Command
run(String...)| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a description of the command.
|
String |
getHelp()
Gets full help text for the command, e.g.
|
String |
getName()
Returns the name of the command.
|
String |
getUsageHelp()
Returns usage help for the command.
|
void |
run(String... args)
Run the command.
|
String getName()
String getDescription()
String getUsageHelp()
String getHelp()
Copyright © 2013. All Rights Reserved.