Package com.beust.jcommander
Class JCommander.DefaultVariableArity
java.lang.Object
com.beust.jcommander.JCommander.DefaultVariableArity
- All Implemented Interfaces:
IVariableArity
- Enclosing class:
- JCommander
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultVariableArity
private DefaultVariableArity()
-
-
Method Details
-
processVariableArity
- Specified by:
processVariableArityin interfaceIVariableArity- Parameters:
optionName- the name of the option to process.options- the entire list of options.- Returns:
- how many options were processed.
-