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