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 IVariableArity
optionName
- the name of the option to process.options
- the entire list of options.