static class CommandLine.BuiltIn.ISO8601TimeConverter extends java.lang.Object implements CommandLine.ITypeConverter<java.sql.Time>
java.sql.Time: HH:mm, HH:mm:ss,
HH:mm:ss.SSS, HH:mm:ss,SSS. Other formats result in a ParameterException.| Constructor and Description |
|---|
ISO8601TimeConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.sql.Time |
convert(java.lang.String value)
Converts the specified command line argument value to some domain object.
|
public java.sql.Time convert(java.lang.String value)
CommandLine.ITypeConverterconvert in interface CommandLine.ITypeConverter<java.sql.Time>value - the command line argument String value