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