public interface CommandInfo
Modifier and Type | Method and Description |
---|---|
List<String> |
getDependencyResourceNames()
Returns a list of jar that this command depends on
|
String |
getDescription()
A short description for the command indicating what it does.
|
String |
getName()
Returns a name for this command.
|
org.apache.commons.cli.Options |
getOptions()
Returns the Options that the command is prepared to handle.
|
String |
getUsage()
How the user should invoke this command
|
String getName()
String getDescription()
String getUsage()
org.apache.commons.cli.Options getOptions()
Copyright © 2013. All rights reserved.