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 voidAlternativeLongOptionSpec.detectOptionArgument(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions) protected abstract voidArgumentAcceptingOptionSpec.detectOptionArgument(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions) protected voidOptionalArgumentOptionSpec.detectOptionArgument(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions) protected voidRequiredArgumentOptionSpec.detectOptionArgument(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions) private voidOptionParser.ensureAllowedOptions(OptionSet options) private voidOptionParser.ensureRequiredOptions(OptionSet options) protected abstract voidOptionParserState.handleArgument(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions) (package private) voidOptionParser.handleLongOptionToken(String candidate, ArgumentList arguments, OptionSet detected) (package private) voidOptionParser.handleNonOptionArgument(String candidate, ArgumentList arguments, OptionSet detectedOptions) (package private) abstract voidAbstractOptionSpec.handleOption(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions, String detectedArgument) (package private) final voidArgumentAcceptingOptionSpec.handleOption(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions, String detectedArgument) (package private) voidNoArgumentOptionSpec.handleOption(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions, String detectedArgument) (package private) voidNonOptionArgumentSpec.handleOption(OptionParser parser, ArgumentList arguments, OptionSet detectedOptions, String detectedArgument) private voidOptionalArgumentOptionSpec.handleOptionArgument(OptionParser parser, OptionSet detectedOptions, ArgumentList arguments) private voidOptionParser.handleShortOptionCluster(String candidate, ArgumentList arguments, OptionSet detected) (package private) voidOptionParser.handleShortOptionToken(String candidate, ArgumentList arguments, OptionSet detected) private booleanOptionParser.isHelpOptionPresent(OptionSet options) private List<AbstractOptionSpec<?>> OptionParser.missingRequiredOptions(OptionSet options) private booleanOptionParser.optionsHasAnyOf(OptionSet options, Collection<OptionSpec<?>> specs) private List<AbstractOptionSpec<?>> OptionParser.unavailableOptions(OptionSet options) 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.