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