private class JCommander.DefaultVariableArity extends java.lang.Object implements IVariableArity
| Modifier | Constructor and Description |
|---|---|
private |
DefaultVariableArity() |
| Modifier and Type | Method and Description |
|---|---|
int |
processVariableArity(java.lang.String optionName,
java.lang.String[] options) |
public int processVariableArity(java.lang.String optionName,
java.lang.String[] options)
processVariableArity in interface IVariableArityoptionName - the name of the option to process.options - the entire list of options.