public class BuiltInCommandInfo extends Object implements 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
|
public String getName()
CommandInfo
getName
in interface CommandInfo
public String getDescription()
CommandInfo
getDescription
in interface CommandInfo
public String getUsage()
CommandInfo
getUsage
in interface CommandInfo
public org.apache.commons.cli.Options getOptions()
CommandInfo
getOptions
in interface CommandInfo
public List<String> getDependencyResourceNames()
CommandInfo
getDependencyResourceNames
in interface CommandInfo
Copyright © 2013. All rights reserved.