public final class TransponderParameters
extends java.lang.Object
Constructor and Description |
---|
TransponderParameters() |
Modifier and Type | Method and Description |
---|---|
static void |
appendToCommandLine(ITransponderParameters source,
java.lang.StringBuilder line)
Append the parameters from source that have been specified to the command line
|
static boolean |
parseParameterFor(ITransponderParameters value,
java.lang.String parameter)
Parses the specified parameter and sets the appropriate property in value
|
static void |
setDefaultParametersFor(ITransponderParameters value)
Sets value to the parameter defaults
|
public static void appendToCommandLine(ITransponderParameters source, java.lang.StringBuilder line)
source
- The parameters to appendline
- The line to append the specified parameters topublic static boolean parseParameterFor(ITransponderParameters value, java.lang.String parameter)
value
- The parameters to updateparameter
- The parameter to parsepublic static void setDefaultParametersFor(ITransponderParameters value)
value
- The parameters to set to defaults