Package com.headius.options
Class StringOption
- java.lang.Object
-
- com.headius.options.Option<String>
-
- com.headius.options.StringOption
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
reloadValue()
Perform the appropriate load and conversion for the option's property.-
Methods inherited from class com.headius.options.Option
bool, bool, bool, bool, defaultValue, description, displayName, enumeration, enumeration, enumeration, enumeration, force, formatOptions, formatOptions, formatValues, formatValues, integer, integer, integer, integer, integer, integer, integer, integer, isSpecified, load, loadProperty, options, prefix, propertyName, reload, shortName, string, string, string, string, string, string, string, string, toString, type, unforce
-
-
-
-
Method Detail
-
reloadValue
protected String reloadValue()
Description copied from class:Option
Perform the appropriate load and conversion for the option's property.- Specified by:
reloadValue
in classOption<String>
-
-