static class CommandLine.BuiltIn.UUIDConverter extends java.lang.Object implements CommandLine.ITypeConverter<java.util.UUID>
| Constructor and Description |
|---|
UUIDConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
convert(java.lang.String s)
Converts the specified command line argument value to some domain object.
|
public java.util.UUID convert(java.lang.String s)
throws java.lang.Exception
CommandLine.ITypeConverterconvert in interface CommandLine.ITypeConverter<java.util.UUID>s - the command line argument String valuejava.lang.Exception - an exception detailing what went wrong during the conversion