public final class CliParam extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CliParam.Converter
Expose parser for JCommander.
|
| Modifier and Type | Field and Description |
|---|---|
String |
calcSpec
Parameter for extractor.
|
String |
calcType
Extractor type.
|
String |
name
Name of property to extract.
|
static char |
SEPARATOR |
String |
valueType
Extracted property value type.
|
| Modifier and Type | Method and Description |
|---|---|
static CliParam |
parseString(String input)
Parse CLI argument string.
|
String |
toString() |