Package com.beust.jcommander
Interface IVariableArity
public interface IVariableArity
Must be implemented by argument classes that contain at least one
\@Parameter with "variableArity = true".
-
Method Summary
-
Method Details
-
processVariableArity
- Parameters:
optionName
- the name of the option to process.options
- the entire list of options.- Returns:
- how many options were processed.
-