Package com.beust.jcommander.converters
Class URLConverter
- All Implemented Interfaces:
IStringConverter<URL>
Convert a string into a URI.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.beust.jcommander.converters.BaseConverter
getErrorString, getOptionName
-
Constructor Details
-
URLConverter
-
-
Method Details
-
convert
- Returns:
- an object of type T created from the parameter value.
-