|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.subsystems.qsys.commands.QSYSCommandLineParameterHandler
public class QSYSCommandLineParameterHandler
This class handles the merging of the command string to be executed and the parameter string that is specified on the table view command line
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
QSYSCommandLineParameterHandler()
|
Method Summary | |
---|---|
static void |
clearParameterUsed()
Clear the command combo This is done when the command using the additional parameter succeeded |
static boolean |
isRequiredToProcessParameters()
Return whether the command string should be processed with additional parameter |
static void |
main(String[] args)
|
static String |
processParameters(String cmdString)
Process the command string with the parameter string specofied on the command line |
static String |
processParameters(String cmdString,
String additionalParam)
Handle the work when parameters are specified in the command and need to be merged with the command itself. |
static void |
restoreParameterUsed()
Restore the parameter back to the command This is done when the command using the additional parameter failed |
static void |
setCommandLineCombo(Combo cbCmdLineInput)
Set the command line combo |
static void |
setParameterHandlerConfig(IQSYSCommandLineParameterHandlerConfig parameterHandlerConfig)
|
static void |
setProcessingMultiSelection(boolean processingMultiSelectionInput)
Set if processing multiple selection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public QSYSCommandLineParameterHandler()
Method Detail |
---|
public static void setParameterHandlerConfig(IQSYSCommandLineParameterHandlerConfig parameterHandlerConfig)
parameterHandlerConfig
- the parameterHandlerConfig to setpublic static void setCommandLineCombo(Combo cbCmdLineInput)
public static boolean isRequiredToProcessParameters()
public static void restoreParameterUsed()
public static void clearParameterUsed()
public static String processParameters(String cmdString)
public static String processParameters(String cmdString, String additionalParam)
cmdString
- - The original command stringadditionalParam
- - Additional parameters from the command
public static void setProcessingMultiSelection(boolean processingMultiSelectionInput)
public static void main(String[] args)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |