public final class ResponseParameters
extends java.lang.Object
Constructor and Description |
---|
ResponseParameters() |
Modifier and Type | Method and Description |
---|---|
static void |
appendToCommandLine(IResponseParameters source,
java.lang.StringBuilder line)
Append the parameters from source that have been specified to the command line
|
static void |
appendToCommandLine(IResponseParameters source,
java.lang.StringBuilder line,
boolean includeAlert)
Append the parameters from source that have been specified to the command line
|
static boolean |
parseParameterFor(IResponseParameters value,
java.lang.String parameter)
Parses the specified parameter and sets the appropriate property in value
|
static void |
setDefaultParametersFor(IResponseParameters value)
Sets value to the parameter defaults
|
public static void appendToCommandLine(IResponseParameters source, java.lang.StringBuilder line)
source
- The parameters to appendline
- The line to append the specified parameters topublic static void appendToCommandLine(IResponseParameters source, java.lang.StringBuilder line, boolean includeAlert)
source
- The parameters to appendline
- The line to append the specified parameters toincludeAlert
- true if the alert parameter should be included on the command line (lock and kill do not use this currently)public static boolean parseParameterFor(IResponseParameters value, java.lang.String parameter)
value
- The parameters to updateparameter
- The parameter to parsepublic static void setDefaultParametersFor(IResponseParameters value)
value
- The parameters to set to defaults