public static class Converters.SeparatedOptionListConverter extends Object implements Converter<List<String>>
| Modifier | Constructor and Description |
|---|---|
protected |
SeparatedOptionListConverter(char separator,
String separatorDescription) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
convert(String input)
Convert a string into type T.
|
String |
getTypeDescription()
The type description appears in usage messages.
|
Copyright © 2016. All rights reserved.