Package com.beust.jcommander.converters
Class URLConverter
- java.lang.Object
-
- com.beust.jcommander.converters.BaseConverter<URL>
-
- com.beust.jcommander.converters.URLConverter
-
- All Implemented Interfaces:
IStringConverter<URL>
public class URLConverter extends BaseConverter<URL>
Convert a string into a URI.- Author:
- samvv
-
-
Constructor Summary
Constructors Constructor Description URLConverter(String optionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
convert(String value)
-
Methods inherited from class com.beust.jcommander.converters.BaseConverter
getErrorString, getOptionName
-
-