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 voidArgumentAcceptingOptionSpec.addArguments(OptionSet detectedOptions, String detectedArgument) protected abstract voidArgumentAcceptingOptionSpec.detectOptionArgument(OptionParser parser, joptsimple.ArgumentList arguments, OptionSet detectedOptions) final VGives 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.