Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accessor() - Element in annotation interface org.tquadrat.foundation.config.Preference
-
The accessor that is used to set the property from the preference, and the preference from the property value. For most types, this can be derived from the type, but for others, it needs to be set explicitly.
- accessor() - Element in annotation interface org.tquadrat.foundation.config.SystemPreference
-
The implementation of
PreferenceAccessor
that is used to access thePreferences
and to translate the value into the type of the property. - addArgument(CLIDefinition) - Method in class org.tquadrat.foundation.config.internal.ArgumentParser
-
Adds an argument definition to the registry for arguments.
- addArguments(StringBuilder, Map<String, ? extends CLIArgumentDefinition>) - Method in class org.tquadrat.foundation.config.internal.UsageBuilder
-
Adds the arguments to the output.
- addListener(ConfigurationChangeListener) - Method in interface org.tquadrat.foundation.config.ConfigBeanSpec
-
Adds a new
ConfigurationChangeListener
to this configuration bean. - addListener(ConfigurationChangeListener) - Method in class org.tquadrat.foundation.config.spi.ConfigChangeListenerSupport
-
Adds a new listener.
- addOption(CLIDefinition) - Method in class org.tquadrat.foundation.config.internal.ArgumentParser
-
Adds an option definition to the registry for options.
- addOptions(StringBuilder, Map<String, ? extends CLIOptionDefinition>) - Method in class org.tquadrat.foundation.config.internal.UsageBuilder
-
Adds the options to the output.
- aliases() - Element in annotation interface org.tquadrat.foundation.config.Option
-
Aliases for the option name.
- aliases() - Method in class org.tquadrat.foundation.config.spi.CLIOptionDefinition
-
Returns the aliases.
- ARG_FILE_ESCAPE - Static variable in interface org.tquadrat.foundation.config.CLIBeanSpec
-
The escape character for argument files: "@".
- Argument - Annotation Interface in org.tquadrat.foundation.config
-
This annotation is used in the context of a configuration bean specification to mark a property that receives the value of a command line argument.
- ArgumentParser - Class in org.tquadrat.foundation.config.internal
-
The parser for the command line arguments.
- ArgumentParser(Collection<? extends CLIDefinition>) - Constructor for class org.tquadrat.foundation.config.internal.ArgumentParser
-
Creates a new
ArgumentParser
instance. - ArgumentParser.CmdLineImpl - Class in org.tquadrat.foundation.config.internal
-
This class is essentially a pointer over the
String
array with the command line arguments.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form