public class FormatBoolean extends ParameterFormat<Boolean>
Constructor and Description |
---|
FormatBoolean() |
Modifier and Type | Method and Description |
---|---|
Boolean |
convertValue(String paramName,
String value)
Converts the given String value of the given group/parameter to the represented format.
|
public Boolean convertValue(String paramName, String value) throws IllegalParameterFormatException
ParameterFormat
convertValue
in class ParameterFormat<Boolean>
paramName
- configuration parameter namevalue
- configuration value as stringIllegalParameterFormatException
- if the given value could not be convertedCopyright © 2013. All Rights Reserved.