JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.beust.jcommander
IVariableArity
Contents
Description
Method Summary
Method Details
processVariableArity(String, String[])
Hide sidebar
Show sidebar
Interface IVariableArity
public interface
IVariableArity
Must be implemented by argument classes that contain at least one \@Parameter with "variableArity = true".
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
processVariableArity
(
String
optionName,
String
[] options)
Method Details
processVariableArity
int
processVariableArity
(
String
optionName,
String
[] options)
Parameters:
optionName
- the name of the option to process.
options
- the entire list of options.
Returns:
how many options were processed.