- OpaqueOptionsData - Class in com.google.devtools.common.options
-
- Option - Annotation Type in com.google.devtools.common.options
-
An interface for annotating fields in classes (derived from OptionsBase)
that are options.
- OptionalAssignmentConverter() - Constructor for class com.google.devtools.common.options.Converters.OptionalAssignmentConverter
-
- OptionDescription(String, Object, Converter<?>, boolean) - Constructor for class com.google.devtools.common.options.OptionsParser.OptionDescription
-
- OptionPriority - Enum in com.google.devtools.common.options
-
The priority of option values, in order of increasing priority.
- Options<O extends OptionsBase> - Class in com.google.devtools.common.options
-
Interface for parsing options from a single options specification class.
- OptionsBase - Class in com.google.devtools.common.options
-
Base class for all options classes.
- OptionsBase() - Constructor for class com.google.devtools.common.options.OptionsBase
-
Subclasses must provide a default (no argument) constructor.
- OptionsClassProvider - Interface in com.google.devtools.common.options
-
A read-only interface for options parser results, which only allows to query the options of
a specific class, but not e.g.
- OptionsParser - Class in com.google.devtools.common.options
-
A parser for options.
- OptionsParser.HelpVerbosity - Enum in com.google.devtools.common.options
-
The verbosity with which option help messages are displayed: short (just
the name), medium (name, type, default, abbreviation), and long (full
description).
- OptionsParser.OptionDescription - Class in com.google.devtools.common.options
-
The metadata about an option.
- OptionsParser.OptionValueDescription - Class in com.google.devtools.common.options
-
The name and value of an option with additional metadata describing its
priority, source, whether it was set via an implicit dependency, and if so,
by which other option.
- OptionsParser.UnparsedOptionValueDescription - Class in com.google.devtools.common.options
-
The name and unparsed value of an option with additional metadata describing its
priority, source, whether it was set via an implicit dependency, and if so,
by which other option.
- OptionsParsingException - Exception in com.google.devtools.common.options
-
- OptionsParsingException(String) - Constructor for exception com.google.devtools.common.options.OptionsParsingException
-
- OptionsParsingException(String, String) - Constructor for exception com.google.devtools.common.options.OptionsParsingException
-
- OptionsParsingException(String, Throwable) - Constructor for exception com.google.devtools.common.options.OptionsParsingException
-
- OptionsParsingException(String, String, Throwable) - Constructor for exception com.google.devtools.common.options.OptionsParsingException
-
- OptionsProvider - Interface in com.google.devtools.common.options
-
A read-only interface for options parser results, which does not allow any
further parsing of options.
- OptionValueDescription(String, Object, OptionPriority, String, String, String) - Constructor for class com.google.devtools.common.options.OptionsParser.OptionValueDescription
-