|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.apps.util.PropertiesSetCommand
Field Summary | |
static java.lang.String |
FLAG_BOOLEAN
other classes may use this to help build up a valid CLI command line for this command |
static java.lang.String |
FLAG_DOUBLE
other classes may use this to help build up a valid CLI command line for this command |
static java.lang.String |
FLAG_INTEGER
other classes may use this to help build up a valid CLI command line for this command |
static java.lang.String |
FLAG_MULTIPLE_CHOICE
other classes may use this to help build up a valid CLI command line for this command |
static java.lang.String |
FLAG_STRING
other classes may use this to help build up a valid CLI command line for this command |
static java.lang.String |
HELP_TEXT
Gives the purpose and function of this command |
static java.lang.String |
TYPE_PROPERTIES
Indicates the category for this command |
static java.lang.String |
USAGE_TEXT
Gives the usage syntax for this command |
Fields inherited from interface byucc.jhdl.util.cli.CLICommand |
OVERLOAD |
Constructor Summary | |
PropertiesSetCommand()
|
Method Summary | |
java.lang.Object |
execute(CLInterpreter parent,
java.lang.String[] args)
The main processing method for this command |
java.lang.String |
getHelpText(java.lang.String commandName)
|
java.lang.String |
getHelpType(java.lang.String commandName)
Returns the classification for this command |
java.lang.String |
getUsageText(java.lang.String commandName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String TYPE_PROPERTIES
public static final java.lang.String HELP_TEXT
public static final java.lang.String USAGE_TEXT
public static final java.lang.String FLAG_BOOLEAN
public static final java.lang.String FLAG_DOUBLE
public static final java.lang.String FLAG_INTEGER
public static final java.lang.String FLAG_MULTIPLE_CHOICE
public static final java.lang.String FLAG_STRING
Constructor Detail |
public PropertiesSetCommand()
Method Detail |
public java.lang.Object execute(CLInterpreter parent, java.lang.String[] args) throws CLIException
execute
in interface CLICommand
parent
- the CLInterpreter that is executing this commandargs
- the arguments (including the command name itself) for
this command
CLIException
public java.lang.String getHelpText(java.lang.String commandName)
getHelpText
in interface CLICommand
public java.lang.String getHelpType(java.lang.String commandName)
getHelpType
in interface CLICommand
public java.lang.String getUsageText(java.lang.String commandName)
getUsageText
in interface CLICommand
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |