BaseConfigVariable(OptionSpec spec)
Constructor.
|
ConfigAppendString(OptionSpec option) |
ConfigAppendString(OptionSpec option,
String value) |
ConfigBoolean(OptionSpec spec) |
ConfigBoolean(OptionSpec spec,
boolean enabled) |
ConfigInt(OptionSpec option) |
ConfigInt(OptionSpec option,
int value) |
ConfigString(OptionSpec option) |
ConfigString(OptionSpec option,
String value) |
ConfigVariable(OptionSpec spec)
Constructor.
|
NestedAttributeElement(String[] attribs,
OptionSpec spec) |
NestedAttributeElement(String[] attribs,
OptionSpec spec,
FlexTask task) |
NestedAttributeElement(String[] attribs,
OptionSpec spec,
FlexTask task,
boolean allowAppend) |
NestedAttributeElement(String attrib,
OptionSpec spec) |
NestedAttributeElement(String attrib,
OptionSpec spec,
FlexTask task) |
RepeatableConfigString(OptionSpec spec) |
RepeatableConfigVariable(OptionSpec spec)
Creates a RepeatableConfigVariable instance with the specified OpitonSpec .
|