- All Implemented Interfaces:
picocli.CommandLine.ITypeConverter<URL>
public class URLConverter
extends Object
implements picocli.CommandLine.ITypeConverter<URL>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
URLConverter
public URLConverter()
-
Method Details
-
convert
- Specified by:
convert in interface picocli.CommandLine.ITypeConverter<URL>
- Parameters:
value - the command line argument String value
- Returns:
- the URL object
- Throws:
Exception - if any error occurs during the conversion.