Uses of Class
joptsimple.OptionSet
Packages that use OptionSet
-
Uses of OptionSet in joptsimple
Methods in joptsimple that return OptionSetModifier and TypeMethodDescriptionParses the given command line arguments according to the option specifications given to the parser.Methods in joptsimple with parameters of type OptionSetModifier and TypeMethodDescriptionprotected void
ArgumentAcceptingOptionSpec.addArguments
(OptionSet detectedOptions, String detectedArgument) protected abstract void
ArgumentAcceptingOptionSpec.detectOptionArgument
(OptionParser parser, joptsimple.ArgumentList arguments, OptionSet detectedOptions) final V
Gives the argument associated with the given option in the given set of detected options.Gives any arguments associated with the given option in the given set of detected options.