- Objects - Class in joptsimple.internal
-
- ofType(Class<T>) - Method in class joptsimple.ArgumentAcceptingOptionSpec
-
Specifies a type to which arguments of this spec's option are to be converted.
- OptionArgumentConversionException - Exception in joptsimple
-
Thrown when a problem occurs converting an argument of an option from
String to another type.
- OptionArgumentConversionException(Collection<String>, String, Class<?>, OptionSet, Throwable) - Constructor for exception joptsimple.OptionArgumentConversionException
-
- OptionDescriptor - Interface in joptsimple
-
Describes options that an option parser recognizes, in ways that might be useful to
help screens.
- OptionException - Exception in joptsimple
-
Thrown when a problem occurs during option parsing.
- OptionException(Collection<String>) - Constructor for exception joptsimple.OptionException
-
- OptionException(Collection<String>, Throwable) - Constructor for exception joptsimple.OptionException
-
- OptionException(Collection<String>, OptionSet) - Constructor for exception joptsimple.OptionException
-
- OptionMissingRequiredArgumentException - Exception in joptsimple
-
Thrown when the option parser discovers an option that requires an argument, but that argument is missing.
- OptionParser - Class in joptsimple
-
Parses command line arguments, using a syntax that attempts to take from the best of POSIX getopt()
and GNU getopt_long().
- OptionParser() - Constructor for class joptsimple.OptionParser
-
Creates an option parser that initially recognizes no options, and does not exhibit "POSIX-ly correct"
behavior.
- OptionParser(String) - Constructor for class joptsimple.OptionParser
-
Creates an option parser and configures it to recognize the short options specified in the given string.
- OptionParser(boolean) - Constructor for class joptsimple.OptionParser
-
Creates an option parser that initially recognizes no options, and does not exhibit "POSIX-ly correct"
behavior.
- OptionParser(String, boolean) - Constructor for class joptsimple.OptionParser
-
Creates an option parser and configures it to recognize the short options specified in the given string.
- options() - Method in interface joptsimple.OptionDescriptor
-
A set of options that are mutually synonymous.
- options() - Method in exception joptsimple.OptionException
-
Gives the option being considered when the exception was created.
- options() - Method in interface joptsimple.OptionSpec
-
- OptionSet - Class in joptsimple
-
Representation of a group of detected command line options, their arguments, and non-option arguments.
- OptionSpec<V> - Interface in joptsimple
-
Describes options that an option parser recognizes.
- OptionSpecBuilder - Class in joptsimple
-
Allows callers to specify whether a given option accepts arguments (required or optional).
- value(OptionSet) - Method in interface joptsimple.OptionSpec
-
Gives the argument associated with the given option in the given set of detected options.
- value - Variable in class joptsimple.util.KeyValuePair
-
- ValueConversionException - Exception in joptsimple
-
Thrown by
ValueConverters when problems occur in converting string values to other Java types.
- ValueConversionException(String) - Constructor for exception joptsimple.ValueConversionException
-
Creates a new exception with the specified detail message.
- ValueConversionException(String, Throwable) - Constructor for exception joptsimple.ValueConversionException
-
Creates a new exception with the specified detail message and cause.
- ValueConverter<V> - Interface in joptsimple
-
Instances of this interface are used to convert arguments of options into specific Java types.
- valueOf(String) - Method in class joptsimple.OptionSet
-
Gives the argument associated with the given option.
- valueOf(OptionSpec<V>) - Method in class joptsimple.OptionSet
-
Gives the argument associated with the given option.
- valueOf(String) - Static method in class joptsimple.util.KeyValuePair
-
Parses a string assumed to be of the form key=value into its parts.
- valuePattern() - Method in class joptsimple.util.DateConverter
-
Gives a string that describes the pattern of the values this converter expects, if any.
- valuePattern() - Method in class joptsimple.util.RegexMatcher
-
Gives a string that describes the pattern of the values this converter expects, if any.
- valuePattern() - Method in interface joptsimple.ValueConverter
-
Gives a string that describes the pattern of the values this converter expects, if any.
- values(OptionSet) - Method in interface joptsimple.OptionSpec
-
Gives any arguments associated with the given option in the given set of detected options.
- valuesOf(String) - Method in class joptsimple.OptionSet
-
Gives any arguments associated with the given option.
- valuesOf(OptionSpec<V>) - Method in class joptsimple.OptionSet
-
Gives any arguments associated with the given option.
- valueType() - Method in class joptsimple.util.DateConverter
-
Gives the class of the type of values this converter converts to.
- valueType() - Method in class joptsimple.util.RegexMatcher
-
Gives the class of the type of values this converter converts to.
- valueType() - Method in interface joptsimple.ValueConverter
-
Gives the class of the type of values this converter converts to.