Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.BooleanAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.BulkDataAccessorBase
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.ByteAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.CollectionAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.DateAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.DoubleAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.FloatAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.IntegerAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.LongAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.MapAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.PreferenceAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.PreferenceAccessorBase
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.PrimitiveBooleanAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.PrimitiveByteAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.PrimitiveDoubleAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.PrimitiveFloatAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.PrimitiveIntAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.PrimitiveLongAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.PrimitiveShortAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.ShortAccessor
- 
Reads the preference value from the given node and writes it to the property.
- readPreference(Preferences) - Method in class org.tquadrat.foundation.config.spi.prefs.StringAccessor
- 
Reads the preference value from the given node and writes it to the property.
- registry() - Method in class org.tquadrat.foundation.config.spi.prefs.PreferenceChangeListenerBase
- 
Provides a reference to the registry for the accessors.
- removeListener(ConfigurationChangeListener) - Method in interface org.tquadrat.foundation.config.ConfigBeanSpec
- 
Removes the givenConfigurationChangeListenerfrom this configuration bean.
- removeListener(ConfigurationChangeListener) - Method in class org.tquadrat.foundation.config.spi.ConfigChangeListenerSupport
- 
Removes the given listener.
- required() - Element in annotation interface org.tquadrat.foundation.config.Argument
- 
A flag that specifies whether this argument is mandatory.
- required() - Element in annotation interface org.tquadrat.foundation.config.Option
- 
Specifies that the option is mandatory.
- required() - Method in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
Returns a flag indicating if the option or argument is mandatory.
- resolveCommandLine(String...) - Method in class org.tquadrat.foundation.config.internal.ArgumentParser
- 
Resolves the given command line.
- resolveEntity(String, String, String, String) - Method in class org.tquadrat.foundation.config.internal.CLIDefinitionParser.CLIDefinitionResolver
- resolveMessage(Optional<ResourceBundle>, CLIDefinition) - Static method in class org.tquadrat.foundation.config.ConfigUtil
- 
Returns the message from the givenCLIDefinition.
- resolveMessage(Optional<ResourceBundle>, CLIDefinition) - Method in class org.tquadrat.foundation.config.internal.UsageBuilder
- 
Returns the message from the givenCLIDefinition
- retrieveAccessor(String) - Method in class org.tquadrat.foundation.config.spi.prefs.PreferenceChangeListenerBase
- 
Retrieves the accessor for the givenPreferenceskey.
- retrieveClassName(Class<? extends ConfigBeanSpec>) - Static method in class org.tquadrat.foundation.config.ConfigUtil
- 
Retrieves the class name for the configuration bean from the given specification.
- retrieveCLIDefinitionDTD() - Static method in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
Retrieves the CLI definition DTD file from the resources.
- retrieveCLIDefinitionXSD() - Static method in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
Retrieves the CLI definition XSD file from the resources.
- retrieveMessage(int, boolean, Object...) - Static method in class org.tquadrat.foundation.config.internal.Commons
- 
Retrieves the message with the given key from the resource bundle and applies the given arguments to it.
- retrieveParseErrorMessage() - Method in interface org.tquadrat.foundation.config.CLIBeanSpec
- 
Retrieves the message for the error caused by the last call toCLIBeanSpec.parseCommandLine(String[]), given that this returnfalse.
- retrieveText(String, Object...) - Static method in class org.tquadrat.foundation.config.internal.Commons
- 
Retrieves the text with the given key from the resource bundle and applies the given arguments to it.
- retrieveValueHandlerClass(Class<?>) - Method in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
Retrieves the class for the value handler if the property class is not anenumtype.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
