Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- m_AccessorsRegistry - Variable in class org.tquadrat.foundation.config.spi.prefs.PreferenceChangeListenerBase
- 
The reference to the registry of the preferences accessors.
- m_Aliases - Variable in class org.tquadrat.foundation.config.spi.CLIOptionDefinition
- 
The aliases for the option name.
- m_ArgumentDefinitions - Variable in class org.tquadrat.foundation.config.internal.ArgumentParser
- 
TheCLIDefinitioninstances for arguments.
- m_ArgumentList - Variable in class org.tquadrat.foundation.config.internal.ArgumentParser.CmdLineImpl
- 
The arguments list.
- m_CallerResourceBundle - Variable in class org.tquadrat.foundation.config.internal.UsageBuilder
- 
The resource bundle that is used to translate the descriptions of options and arguments.
- m_CLIDefinition - Variable in class org.tquadrat.foundation.config.cli.CmdLineValueHandler
- 
The CLI definition that provides the context for this value handler.
- m_CLIDefinition - Variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The CLI definition for the argument/option that caused this exception.
- m_ConfigurationBeanRegistry - Static variable in class org.tquadrat.foundation.config.ConfigUtil
- 
The registry for global configuration beans.
- m_ConfigurationBeanRegistryLock - Static variable in class org.tquadrat.foundation.config.ConfigUtil
- 
The lock for theConfigUtil.m_ConfigurationBeanRegistry.
- m_CurrentOptionDefinition - Variable in class org.tquadrat.foundation.config.internal.ArgumentParser
- 
The definition for the current command line entry.
- m_CurrentPos - Variable in class org.tquadrat.foundation.config.internal.ArgumentParser.CmdLineImpl
- 
The current position in the arguments list.
- m_EventReader - Variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The XML event reader that provides the CLI definition.
- m_Exception - Variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser.ExceptionLocation
- 
The exception that provides the data.
- m_Format - Variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The optional format string.
- m_Getter - Variable in class org.tquadrat.foundation.config.spi.prefs.PreferenceAccessor
- 
The property getter.
- m_Handler - Variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The handler that is used to parse and store the option or argument value.
- m_HandlerClasses - Static variable in class org.tquadrat.foundation.config.internal.ClassRegistry
- 
The handler classes.
- m_Index - Variable in class org.tquadrat.foundation.config.spi.CLIArgumentDefinition
- 
The index; only used for arguments (not for options).
- m_IsArgument - Variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
trueif this is an argument,falseif it is an option.
- m_IsMultiValued - Variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
trueif the target property is multivalued,falseotherwise.
- m_IsRequired - Variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
trueif the option or argument is required,falseotherwise.
- m_KeyStringConverter - Variable in class org.tquadrat.foundation.config.spi.prefs.MapAccessor
- 
The instance ofStringConverterthat is used to convert the key values.
- m_Listeners - Variable in class org.tquadrat.foundation.config.spi.ConfigChangeListenerSupport
- 
The registry for the listeners.
- m_Lock - Variable in class org.tquadrat.foundation.config.spi.prefs.PreferenceChangeListenerBase
- 
The "write" lock that guards the access to the properties.
- m_MessageArguments - Variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The arguments for the message that is retrieved with theCmdLineException.m_MessageKey.
- m_MessageKey - Variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key.
- m_MessageRegistry - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message registry.
- m_MetaVar - Variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The name of the meta variable that is used in examples.
- m_Name - Variable in class org.tquadrat.foundation.config.spi.CLIOptionDefinition
- 
The option name.
- m_NewValue - Variable in class org.tquadrat.foundation.config.ConfigurationChangeEvent
- 
The new value of the property.
- m_OldValue - Variable in class org.tquadrat.foundation.config.ConfigurationChangeEvent
- 
The old value of the property.
- m_OptionDefinitions - Variable in class org.tquadrat.foundation.config.internal.ArgumentParser
- 
TheCLIDefinitioninstances for options.
- m_Owner - Variable in class org.tquadrat.foundation.config.spi.ConfigChangeListenerSupport
- 
The owner of this support component.
- m_ParsingOptions - Variable in class org.tquadrat.foundation.config.internal.ArgumentParser
- 
true(the default) if options has to be parsed.
- m_PrefsAccessorClasses - Static variable in class org.tquadrat.foundation.config.internal.ClassRegistry
- 
The preferences accessor classes.
- m_Property - Variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The name of the property.
- m_PropertyMap - Variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The property map.
- m_PropertyName - Variable in class org.tquadrat.foundation.config.ConfigurationChangeEvent
- 
The name of the property.
- m_PropertyName - Variable in enum class org.tquadrat.foundation.config.SpecialPropertyType
- 
The name of the property.
- m_PropertyName - Variable in class org.tquadrat.foundation.config.spi.prefs.PreferenceAccessor
- 
The property name.
- m_ReadLock - Variable in class org.tquadrat.foundation.config.spi.ConfigChangeListenerSupport
- 
The "read" lock for the listener's registry.
- m_ResourceBundle - Static variable in class org.tquadrat.foundation.config.internal.Commons
- 
The resource bundle that is used by this module.
- m_SessionConfigBeanRegistry - Static variable in class org.tquadrat.foundation.config.ConfigUtil
- 
The registry for session configuration beans.
- m_SessionConfigBeanRegistryLock - Static variable in class org.tquadrat.foundation.config.ConfigUtil
- 
The lock for theConfigUtil.m_SessionConfigBeanRegistry.
- m_Setter - Variable in class org.tquadrat.foundation.config.spi.prefs.PreferenceAccessor
- 
The property setter.
- m_StringConverter - Variable in class org.tquadrat.foundation.config.cli.EnumValueHandler
- 
The implementation ofStringConverterthat is used to translate the String value from the command line into the desired object instance.
- m_StringConverter - Variable in class org.tquadrat.foundation.config.cli.SimpleCmdLineValueHandler
- 
The implementation ofStringConverterthat is used to translate the String value from the command line into the desired object instance.
- m_StringConverter - Variable in class org.tquadrat.foundation.config.cli.TimeValueHandler
- 
The implementation ofStringConverterthat is used to translate the String value from the command line into the desired object instance.
- m_StringConverter - Variable in class org.tquadrat.foundation.config.spi.prefs.CollectionAccessor
- 
The instance ofStringConverterthat is used to convert the collection component values.
- m_StringConverter - Variable in class org.tquadrat.foundation.config.spi.prefs.SimpleBulkDataAccessor
- 
The implementation ofStringConverterthat is used to convert the preference values back and force.
- m_StringConverter - Variable in class org.tquadrat.foundation.config.spi.prefs.SimplePreferenceAccessor
- 
The implementation ofStringConverterthat is used to convert the preference values back and force.
- m_ThreadPool - Variable in class org.tquadrat.foundation.config.spi.ConfigChangeListenerSupport
- 
The thread pool for the notifier threads.
- m_Usage - Variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The usage text.
- m_UsageKey - Variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The resource key for the usage text.
- m_ValueSetter - Variable in class org.tquadrat.foundation.config.cli.CmdLineValueHandler
- 
The value setter.
- m_ValueStringConverter - Variable in class org.tquadrat.foundation.config.spi.prefs.MapAccessor
- 
The instance ofStringConverterthat is used to convert the key values.
- m_WriteLock - Variable in class org.tquadrat.foundation.config.spi.ConfigChangeListenerSupport
- 
The "write" lock for the listener's registry.
- m_XMLContents - Variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The XML stream.
- MapAccessor<K,V> - Class in org.tquadrat.foundation.config.spi.prefs
- 
The implementation ofPreferenceAccessorfor instances ofMap.
- MapAccessor(String, StringConverter<K>, StringConverter<V>, Getter<Map<K, V>>, Setter<Map<K, V>>) - Constructor for class org.tquadrat.foundation.config.spi.prefs.MapAccessor
- 
Creates a newMapAccessorinstance.
- MAX_LINE_LENGTH - Static variable in class org.tquadrat.foundation.config.internal.UsageBuilder
- 
The maximum line length: 80.
- message - Variable in record class org.tquadrat.foundation.config.internal.MessageRegistry.MessageRegistryEntry
- 
The field for themessagerecord component.
- message() - Method in record class org.tquadrat.foundation.config.internal.MessageRegistry.MessageRegistryEntry
- 
Returns the value of themessagerecord component.
- MESSAGE_PREFIX - Static variable in class org.tquadrat.foundation.config.internal.Commons
- 
The message prefix: "CFG".
- MessageRegistry - Class in org.tquadrat.foundation.config.internal
- 
This class is meant as a place to hold the specific error messages for the failed conversion of command line entries.
- MessageRegistry() - Constructor for class org.tquadrat.foundation.config.internal.MessageRegistry
- 
No instance allowed for this class.
- MessageRegistry.MessageRegistryEntry - Record Class in org.tquadrat.foundation.config.internal
- 
An entry for the registry.
- MessageRegistryEntry(String, int) - Constructor for record class org.tquadrat.foundation.config.internal.MessageRegistry.MessageRegistryEntry
- 
Creates an instance of aMessageRegistryEntryrecord class.
- metaVar() - Element in annotation interface org.tquadrat.foundation.config.Argument
- 
A name for the argument that is used in messages.
- metaVar() - Element in annotation interface org.tquadrat.foundation.config.Option
- 
A name for the option value that is used in messages.
- metaVar() - Method in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The name of the meta variable.
- MSG_Aborted - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The default error message: "The command line parsing was aborted due to an exception: %1$s".
- MSG_ArgumentMissing - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The error message for an argument that is missing on the command line: "The mandatory argument \'%1$s\' is missing on the command line".
- MSG_ExpectedStartEvent - Static variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The message indicating that a start element was expected, but another event was encountered: "Start event expected: %s".
- MSG_IllegalOperand - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The error message for an illegal option argument: "\'%2$s\' is not a valid value for \'%1$s\'".
- MSG_InvalidDateTimeFormat - Static variable in class org.tquadrat.foundation.config.cli.TimeValueHandler
- 
The error message about an invalid date/time on the command line: "\'%1$s\' cannot be parsed as a valid date/time".
- MSG_InvalidFileName - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The error message for an invalid file name on the command line: "\'%s\' cannot be parsed as a valid file name".
- MSG_InvalidFormat - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The error message for an invalid format: "The date format pattern \'%1$s\' is not valid".
- MSG_InvalidParameter - Static variable in class org.tquadrat.foundation.config.cli.CmdLineValueHandler
- 
The error message for an invalid entry on the command line: "\'%1$s\' cannot be parsed as a valid command line parameter".
- MSG_InvalidStringConverter - Static variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The message indicating that a providedStringConverterimplementation is invalid: "Invalid StringConverter implementation: %s".
- MSG_InvalidValue - Static variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The message indicating that an attribute value is invalid: "Value \'%2$s\' for attribute \'%1$s\' is invalid".
- MSG_MissingOperand - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The error message for a missing option argument: "Option \'%1$s\' requires an argument".
- MSG_MissingValue - Static variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The message indicating that an attribute does not have a value: "Value for attribute \'%1$s\' is missing".
- MSG_NoArgumentAllowed - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The error message for an argument where none is allowed: "No arguments allowed: %1$s".
- MSG_OptionInvalid - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The error message for an invalid option: "The option \'%1$s\' is invalid".
- MSG_OptionMissing - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The error message for a mandatory option that is missing on the command line: "The mandatory option \'%1$s\' is missing on the command line".
- MSG_ParseFailed - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message for an unspecified failure of the command line parsing: "Parsing the command line failed".
- MSG_ReadFailed - Static variable in class org.tquadrat.foundation.config.cli.DocumentValueHandler
- 
The error message for a failed read attempt for the XML file: "Reading/parsing of XML file \'%1$s\' failed".
- MSG_ReadFailed - Static variable in class org.tquadrat.foundation.config.cli.ImageValueHandler
- 
The error message for a failed read attempt for the image: "Reading of the image file \'%1$s\' failed".
- MSG_REGISTRY_FALLBACK - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The fall-back entry.
- MSG_TooManyArguments - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The error message for too many arguments on the command line: "Too many arguments provided: %1$s".
- MSG_UnexpectedEndEvent - Static variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The message indicating that a specific end element was expected, but another end element was encountered: "Unexpected End event: %1$s\n\'%3$s\' does not match the expected \'%2$s\'\n".
- MSG_UnexpectedEvent - Static variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The message indicating that an unexpected event was encountered: "Unexpected event: %1$s".
- MSG_UnknownValue - Static variable in class org.tquadrat.foundation.config.cli.EnumValueHandler
- 
The error message for the name of an unknownenumvalue on the command line: "Unknown/invalid value: %1$s".
- MSG_ValidationFailed - Static variable in class org.tquadrat.foundation.config.cli.StringValueHandler
- 
The error message that indicates a failed validation: "Validation failed for \'%1$s\'".
- MSG_WrongAttribute - Static variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The message indicating that an unexpected attribute was encountered: "Unexpected attribute: %1$s".
- MSG_WrongElement1 - Static variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The message indicating that an unexpected start element was encountered: "Expected \'%1$s\', but encountered \'%2$s\'".
- MSG_WrongElement2 - Static variable in class org.tquadrat.foundation.config.internal.CLIDefinitionParser
- 
The message indicating that an unexpected start element was encountered: "Encountered \'%2$s\' while expected one of: %1$s".
- MSGKEY_Aborted - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key for the default error message.
- MSGKEY_ArgumentMissing - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key for the error message about an argument that is missing on the command line.
- MSGKEY_EmptyIsInvalid - Static variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The message indicating that the empty String is not allowed as an option name.
- MSGKEY_IllegalCharsetName - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an illegalCharsetname on the command line.
- MSGKEY_IllegalOperand - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key for an error message about an illegal operand.
- MSGKEY_InvalidAddress - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an invalid IP address or an unknown host name on the command line.
- MSGKEY_InvalidCharacter - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an invalid character on the command line.
- MSGKEY_InvalidDateTimeFormat - Static variable in class org.tquadrat.foundation.config.cli.TimeValueHandler
- 
The resource bundle key for the message about an invalid date/time String on the command line.
- MSGKEY_InvalidDuration - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an invalid duration String on the command line.
- MSGKEY_InvalidExpression - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an invalid regular expression on the command line.
- MSGKEY_InvalidFileName - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The resource bundle key for the message about an invalid file name String on the command line.
- MSGKEY_InvalidFormat - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key for an error message about an invalid format.
- MSGKEY_InvalidName - Static variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The message indicating an invalid option name.
- MSGKEY_InvalidNumberFormat - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an invalid number format on the command line.
- MSGKEY_InvalidParameter - Static variable in class org.tquadrat.foundation.config.cli.CmdLineValueHandler
- 
The resource bundle key for the message about an invalid entry on the command line.
- MSGKEY_InvalidPeriod - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an invalid period on the command line.
- MSGKEY_InvalidURI - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an invalid URI on the command line.
- MSGKEY_InvalidURL - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an invalid URL on the command line.
- MSGKEY_InvalidUUIDFormat - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an invalid UUID on the command line.
- MSGKEY_InvalidValue1 - Static variable in exception class org.tquadrat.foundation.config.spi.InvalidPreferenceValueException
- 
The message indicating an invalid preference value.
- MSGKEY_InvalidValue2 - Static variable in exception class org.tquadrat.foundation.config.spi.InvalidPreferenceValueException
- 
The message indicating an invalid preference value.
- MSGKEY_InvalidZoneId - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an invalid zone id on the command line.
- MSGKEY_MissingOperand - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key for an error message about a missing option argument.
- MSGKEY_NoArgumentAllowed - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key for an error message about an argument where none is allowed.
- MSGKEY_OptionInvalid - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key for the error message about an invalid option.
- MSGKEY_OptionMissing - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key for the error message about an option that is missing on the command line.
- MSGKEY_ParseFailed - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key for the message about an unspecified failure of the parsing.
- MSGKEY_ReadFailed - Static variable in class org.tquadrat.foundation.config.cli.DocumentValueHandler
- 
The resource bundle key for the message about a failed read attempt for the XML file.
- MSGKEY_ReadFailed - Static variable in class org.tquadrat.foundation.config.cli.ImageValueHandler
- 
The resource bundle key for the message about a failed read attempt for the image.
- MSGKEY_ReservedName - Static variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The message indicating that the option name is reserved.
- MSGKEY_TooManyArguments - Static variable in exception class org.tquadrat.foundation.config.CmdLineException
- 
The message key for the error message about too many arguments on the command line.
- MSGKEY_UnknownClass - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an unknown class name on the command line.
- MSGKEY_UnknownTimeZone - Static variable in class org.tquadrat.foundation.config.internal.MessageRegistry
- 
The message key for the error message about an unknown timezone name on the command line.
- MSGKEY_UnknownValue - Static variable in class org.tquadrat.foundation.config.cli.EnumValueHandler
- 
The resource bundle key for the message about the name for an unknownenumvalue on the command line.
- MSGKEY_ValidationFailed - Static variable in class org.tquadrat.foundation.config.cli.StringValueHandler
- 
The resource bundle key for the message that indicates that the validation for the command line value had failed.
- MSGKEY_Whitespace1 - Static variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The message indicating a whitespace character as option name.
- MSGKEY_Whitespace2 - Static variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The message indicating a whitespace character as part of an option name.
- MSGKEY_WrongLeadIn - Static variable in class org.tquadrat.foundation.config.spi.CLIDefinition
- 
The message indicating an invalid lead-in for an option name.
- multiValued() - Element in annotation interface org.tquadrat.foundation.config.Argument
- 
A flag that indicates whether the argument is multivalued, for mappings to aCollection.
- multiValued() - Element in annotation interface org.tquadrat.foundation.config.Option
- 
A flag that indicates whether the option is multi-valued, for mappings to aCollection.
- mustExist() - Element in annotation interface org.tquadrat.foundation.config.INIFileConfig
- 
Flag that indicates whether the configuration file must already exist prior to the first attempt to open it.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
