static class CommandLine.BuiltIn.URLConverter extends java.lang.Object implements CommandLine.ITypeConverter<java.net.URL>
| Constructor and Description |
|---|
URLConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
convert(java.lang.String value)
Converts the specified command line argument value to some domain object.
|
public java.net.URL convert(java.lang.String value)
throws java.net.MalformedURLException
CommandLine.ITypeConverterconvert in interface CommandLine.ITypeConverter<java.net.URL>value - the command line argument String valuejava.net.MalformedURLException