public interface Converter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(String input)
Convert a string into type T.
|
String |
getTypeDescription()
The type description appears in usage messages.
|
T convert(String input) throws OptionsParsingException
OptionsParsingExceptionString getTypeDescription()
Copyright © 2016. All rights reserved.