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