- All Implemented Interfaces:
Converter<URL>
- Author:
- jschalanda
-
Constructor Summary
Constructors
-
Method Summary
Returns a
URL instance representing the specified
String value.
Returns a
String instance representing the configuration parameter's value.
-
Constructor Details
-
URLConverter
public URLConverter()
-
Method Details
-
convertFrom
Returns a
URL instance representing the specified
String value.
- Specified by:
convertFrom in interface Converter<URL>
- Parameters:
value - The configuration parameter's String representation
- Returns:
- A
URL instance representing the configuration parameter's value
-
convertTo
Returns a
String instance representing the configuration parameter's value.
- Specified by:
convertTo in interface Converter<URL>
- Parameters:
value - The configuration parameter's URL representation
- Returns:
- A
String instance representing the configuration parameter's typed value