Uses of Class
joptsimple.OptionSet
-
Packages that use OptionSet Package Description joptsimple -
-
Uses of OptionSet in joptsimple
Methods in joptsimple that return OptionSet Modifier and Type Method Description OptionSet
OptionParser. parse(java.lang.String... arguments)
Parses the given command line arguments according to the option specifications given to the parser.Methods in joptsimple with parameters of type OptionSet Modifier and Type Method Description protected void
ArgumentAcceptingOptionSpec. addArguments(OptionSet detectedOptions, java.lang.String detectedArgument)
protected abstract void
ArgumentAcceptingOptionSpec. detectOptionArgument(OptionParser parser, joptsimple.ArgumentList arguments, OptionSet detectedOptions)
V
AbstractOptionSpec. value(OptionSet detectedOptions)
V
OptionSpec. value(OptionSet detectedOptions)
Gives the argument associated with the given option in the given set of detected options.java.util.List<V>
AbstractOptionSpec. values(OptionSet detectedOptions)
java.util.List<V>
OptionSpec. values(OptionSet detectedOptions)
Gives any arguments associated with the given option in the given set of detected options.
-