| Package | Description |
|---|---|
| com.beust.jcommander | |
| com.beust.jcommander.converters |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class<? extends IParameterSplitter> |
splitter() |
What splitter to use (applicable only on fields of type List).
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CommaParameterSplitter |
| Constructor | Description |
|---|---|
DefaultListConverter(IParameterSplitter splitter,
IStringConverter<T> converter) |
Constructs a new converter.
|