Package com.beust.jcommander
Class JCommander.DefaultVariableArity
- java.lang.Object
-
- com.beust.jcommander.JCommander.DefaultVariableArity
-
- All Implemented Interfaces:
IVariableArity
- Enclosing class:
- JCommander
private class JCommander.DefaultVariableArity extends java.lang.Object implements IVariableArity
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultVariableArity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
processVariableArity(java.lang.String optionName, java.lang.String[] options)
-
-
-
Method Detail
-
processVariableArity
public int processVariableArity(java.lang.String optionName, java.lang.String[] options)
- Specified by:
processVariableArity
in interfaceIVariableArity
- Parameters:
optionName
- the name of the option to process.options
- the entire list of options.- Returns:
- how many options were processed.
-
-