| Class and Description |
|---|
| Converter
A converter is a little helper object that can take a String and
turn it into an instance of type T (the type parameter to the converter).
|
| Converters.SeparatedOptionListConverter |
| EnumConverter
A converter superclass for converters that parse enums.
|
| OpaqueOptionsData
Opaque options data type, returned by
OptionsParser.getOptionsData(com.google.common.collect.ImmutableList<java.lang.Class<? extends com.google.devtools.common.options.OptionsBase>>) and consumed by
OptionsParser.newOptionsParser(OpaqueOptionsData). |
| OptionPriority
The priority of option values, in order of increasing priority.
|
| Options
Interface for parsing options from a single options specification class.
|
| OptionsBase
Base class for all options classes.
|
| OptionsClassProvider
A read-only interface for options parser results, which only allows to query the options of
a specific class, but not e.g.
|
| OptionsParser
A parser for options.
|
| OptionsParser.HelpVerbosity
The verbosity with which option help messages are displayed: short (just
the name), medium (name, type, default, abbreviation), and long (full
description).
|
| OptionsParser.OptionDescription
The metadata about an option.
|
| OptionsParser.OptionValueDescription
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
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
An exception that's thrown when the
OptionsParser fails. |
| OptionsProvider
A read-only interface for options parser results, which does not allow any
further parsing of options.
|
| TriState
Enum used to represent tri-state options (yes/no/auto).
|
Copyright © 2016. All rights reserved.