Package org.djutils.cli
Class TestCliRegisterConverter.LatLonConverter
java.lang.Object
org.djutils.cli.TestCliRegisterConverter.LatLonConverter
- All Implemented Interfaces:
CommandLine.ITypeConverter<TestCliRegisterConverter.LatLon>
- Enclosing class:
- TestCliRegisterConverter
public static class TestCliRegisterConverter.LatLonConverter
extends Object
implements CommandLine.ITypeConverter<TestCliRegisterConverter.LatLon>
Convert a LatLon string to a LatLon object.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LatLonConverter
public LatLonConverter()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceCommandLine.ITypeConverter<TestCliRegisterConverter.LatLon>
- Throws:
Exception
-