A C D E F G I J K L N O P Q R S T V W X Y _ 

A

AbstractPropertiesBuilderDecorator<T extends Properties.PropertiesBuilder> - Class in org.refcodes.configuration
 
AbstractPropertiesBuilderDecorator() - Constructor for class org.refcodes.configuration.AbstractPropertiesBuilderDecorator
Make sure to set the getProperties() member variable!
AbstractPropertiesBuilderDecorator(T) - Constructor for class org.refcodes.configuration.AbstractPropertiesBuilderDecorator
Decorates the provided ResourceProperties with additional behavior or functionality.
AbstractPropertiesDecorator<T extends Properties> - Class in org.refcodes.configuration
Decorates the provided Properties and delegates method calls to them Properties.
AbstractPropertiesDecorator() - Constructor for class org.refcodes.configuration.AbstractPropertiesDecorator
Make sure to set the _properties member variable!
AbstractPropertiesDecorator(T) - Constructor for class org.refcodes.configuration.AbstractPropertiesDecorator
Decorates the provided Properties with additional behavior or functionality.
AbstractResourceProperties - Class in org.refcodes.configuration
Base class for various ResourceProperties implementations using a ResourceProperties.ResourcePropertiesBuilder instance under the hood.
AbstractResourceProperties(ResourceProperties.ResourcePropertiesBuilder) - Constructor for class org.refcodes.configuration.AbstractResourceProperties
AbstractResourcePropertiesBuilder - Class in org.refcodes.configuration
Implementation of the mutable ResourceProperties.ResourcePropertiesBuilder interface.
AbstractResourcePropertiesBuilder() - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Create an empty AbstractResourcePropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
AbstractResourcePropertiesBuilder(File) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given File.
AbstractResourcePropertiesBuilder(File, char...) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given File.
AbstractResourcePropertiesBuilder(File, ConfigLocator) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads or seeks the properties from the given File.
AbstractResourcePropertiesBuilder(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads or seeks the properties from the given File.
AbstractResourcePropertiesBuilder(InputStream) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Reads the properties from the given InputStream.
AbstractResourcePropertiesBuilder(InputStream, char...) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Reads the properties from the given InputStream.
AbstractResourcePropertiesBuilder(Class<?>, String) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given file's path.
AbstractResourcePropertiesBuilder(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given file's path.
AbstractResourcePropertiesBuilder(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given file's path.
AbstractResourcePropertiesBuilder(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given file's path.
AbstractResourcePropertiesBuilder(Object) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Create a AbstractResourcePropertiesBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
AbstractResourcePropertiesBuilder(String) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given file's path.
AbstractResourcePropertiesBuilder(String, char...) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given file's path.
AbstractResourcePropertiesBuilder(String, ConfigLocator) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given file's path.
AbstractResourcePropertiesBuilder(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given file's path.
AbstractResourcePropertiesBuilder(URL) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given URL.
AbstractResourcePropertiesBuilder(URL, char...) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given URL.
AbstractResourcePropertiesBuilder(Map<?, ?>) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Create a AbstractResourcePropertiesBuilder instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
AbstractResourcePropertiesBuilder(Properties) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Create a AbstractResourcePropertiesBuilder instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
AbstractResourcePropertiesBuilder(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Create a AbstractResourcePropertiesBuilder instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
AbstractResourcePropertiesBuilderDecorator<T extends ResourceProperties.ResourcePropertiesBuilder> - Class in org.refcodes.configuration
 
AbstractResourcePropertiesBuilderDecorator() - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
Make sure to set the getProperties() member variable!
AbstractResourcePropertiesBuilderDecorator(T) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
Decorates the provided ResourceProperties.ResourcePropertiesBuilder with additional behavior or functionality.
AbstractResourcePropertiesDecorator<T extends ResourceProperties> - Class in org.refcodes.configuration
Decorates the provided ResourceProperties and delegates method calls to them ResourceProperties.
AbstractResourcePropertiesDecorator() - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesDecorator
Make sure to set the getProperties() member variable!
AbstractResourcePropertiesDecorator(T) - Constructor for class org.refcodes.configuration.AbstractResourcePropertiesDecorator
Decorates the provided ResourceProperties with additional behavior or functionality.
appendProperties(Properties) - Method in interface org.refcodes.configuration.PropertiesPrecedence.MutablePropertiesPrecedence
Appends the provided Properties to the end of the precedence list, meaning that the added Properties have lowest priority.
appendProperties(Properties) - Method in class org.refcodes.configuration.PropertiesPrecedenceBuilderComposite
Appends the provided Properties to the end of the precedence list, meaning that the added Properties have lowest priority.
ArgsProperties - Class in org.refcodes.configuration
The ArgsProperties takes them command line arguments "as is" and converts them into key/value pairs as of the Properties semantics.
ArgsProperties(String[]) - Constructor for class org.refcodes.configuration.ArgsProperties
Constructs the ArgsProperties from the provided command line arguments using the prefixes as defined by the CommandArgPrefix enumeration to identify the keys (and the values) from the provided arguments.
ArgsProperties(String[], String...) - Constructor for class org.refcodes.configuration.ArgsProperties
Constructs the ArgsProperties from the provided command line arguments using the provided prefixes to identify the keys (and the values) from the provided arguments.

C

clear() - Method in class org.refcodes.configuration.AbstractPropertiesBuilderDecorator
COMMENT - Static variable in class org.refcodes.configuration.YamlPropertiesBuilder
 
COMMENT_CLOSE - Static variable in class org.refcodes.configuration.XmlPropertiesBuilder
 
COMMENT_OPEN - Static variable in class org.refcodes.configuration.XmlPropertiesBuilder
 
COMMENTS - Static variable in class org.refcodes.configuration.TomlPropertiesBuilder
 
ConfigurationRuntimeException - Exception in org.refcodes.configuration
Base exception for the configuration artifact.
ConfigurationRuntimeException(String) - Constructor for exception org.refcodes.configuration.ConfigurationRuntimeException
Instantiates a new configuration exception.
ConfigurationRuntimeException(String, String) - Constructor for exception org.refcodes.configuration.ConfigurationRuntimeException
Instantiates a new configuration exception.
ConfigurationRuntimeException(String, Throwable) - Constructor for exception org.refcodes.configuration.ConfigurationRuntimeException
Instantiates a new configuration exception.
ConfigurationRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.configuration.ConfigurationRuntimeException
Instantiates a new configuration exception.
ConfigurationRuntimeException(Throwable) - Constructor for exception org.refcodes.configuration.ConfigurationRuntimeException
Instantiates a new configuration exception.
ConfigurationRuntimeException(Throwable, String) - Constructor for exception org.refcodes.configuration.ConfigurationRuntimeException
Instantiates a new configuration exception.
containsKey(Object) - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
containsKey(Object) - Method in class org.refcodes.configuration.EnvironmentProperties
The key is transformed to an environment variable by removing a prefixed "/" path delimiter (as of Properties.getDelimiter() and converting all other path delimiters "/" to the environment variable's (de facto standard) separator "_".
containsKey(Object) - Method in class org.refcodes.configuration.JavaProperties
containsKey(Object) - Method in class org.refcodes.configuration.JsonProperties
containsKey(Object) - Method in class org.refcodes.configuration.NormalizedPropertiesDecorator
containsKey(Object) - Method in class org.refcodes.configuration.ProfilePropertiesProjection
containsKey(Object) - Method in class org.refcodes.configuration.PropertiesImpl
containsKey(Object) - Method in class org.refcodes.configuration.PropertiesPrecedenceComposite
containsKey(Object) - Method in class org.refcodes.configuration.SystemProperties
The key is transformed to an system property variable by removing a prefixed "/" path delimiter (as of Properties.getDelimiter() and converting all other path delimiters "/" to the system property's (de facto standard) separator ".".
containsKey(Object) - Method in class org.refcodes.configuration.TomlProperties
containsKey(Object) - Method in class org.refcodes.configuration.XmlProperties
containsKey(Object) - Method in class org.refcodes.configuration.YamlProperties
containsValue(Object) - Method in class org.refcodes.configuration.AbstractPropertiesBuilderDecorator
containsValue(Object) - Method in interface org.refcodes.configuration.Properties
containsValue(Object) - Method in interface org.refcodes.configuration.Properties.MutableProperties

D

DEFAULT_COMMENT - Static variable in interface org.refcodes.configuration.Properties
 
DEFAULT_COMMENT - Static variable in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
 
delete(String) - Method in interface org.refcodes.configuration.Properties.MutableProperties
delete(Property) - Method in interface org.refcodes.configuration.Properties.MutableProperties
Removes a property identified by the key of the provided Property (the value of the Property is ignored).
DELIMITERS - Static variable in class org.refcodes.configuration.TomlPropertiesBuilder
 
dispose() - Method in class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
dispose() - Method in class org.refcodes.configuration.ScheduledResourcePropertiesDecorator

E

entrySet() - Method in class org.refcodes.configuration.AbstractPropertiesBuilderDecorator
EnvironmentProperties - Class in org.refcodes.configuration
Extension of the Properties type overwriting methods in order to access the operating system's environment variables as of env on Linux or Unix shells or set on Windows machines (e.g."
EnvironmentProperties() - Constructor for class org.refcodes.configuration.EnvironmentProperties
 

F

fileTo(File) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Files (writes) the properties to the given File.
fileTo(File, char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Files (writes) the properties to the given File using the provided delimiter as the destination's path delimiter.
fileTo(File, String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Files (writes) the properties to the given File.
fileTo(File, String, char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Files (writes) the properties to the given File using the provided delimiter as the destination's path delimiter.
fileTo(String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Files (writes) the properties to the given File.
fileTo(String, char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Files (writes) the properties to the given File using the provided delimiter as the destination's path delimiter.
fileTo(String, String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Files (writes) the properties to the File represented by the given file path.
fileTo(String, String, char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Files (writes) the properties to the File represented by the given file path using the provided delimiter as the destination's path delimiter.
fileToJavaProperties(Properties, File) - Static method in class org.refcodes.configuration.PropertiesSugar
Files the Java properties to the given File.
fileToJavaProperties(Properties, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Files the Java properties to the given file's path.
fileToJsonProperties(Properties, File) - Static method in class org.refcodes.configuration.PropertiesSugar
Files the JSON properties to the given File.
fileToJsonProperties(Properties, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Files the JSON properties to the given file's path.
fileToTomlProperties(Properties, File) - Static method in class org.refcodes.configuration.PropertiesSugar
Files the TOML properties to the given File.
fileToTomlProperties(Properties, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Files the TOML properties to the given file's path.
fileToXmlProperties(Properties, File) - Static method in class org.refcodes.configuration.PropertiesSugar
Files the XML properties to the given File.
fileToXmlProperties(Properties, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Files the XML properties to the given file's path.
fileToYamlProperties(Properties, File) - Static method in class org.refcodes.configuration.PropertiesSugar
Files the YAML properties to the given File.
fileToYamlProperties(Properties, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Files the YAML properties to the given file's path.
flush() - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilder
flush() - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
flush() - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
from(String, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Deprecated.
Implemented to see how it feels like using it in my sources
from(Property...) - Static method in class org.refcodes.configuration.PropertiesSugar
Deprecated.
Implemented to see how it feels like using it in my sources
fromEnvironmentVariables() - Static method in class org.refcodes.configuration.PropertiesSugar
Returns Properties representing the operating system's environment variables as of env on Linux or Unix shells or set on Windows machines.
fromNormalized(String, char, char) - Static method in class org.refcodes.configuration.NormalizedPropertiesDecorator
 
fromProfile(Properties) - Static method in class org.refcodes.configuration.PropertiesSugar
Wraps the Properties with a profile projection.
fromProfile(Properties, String...) - Static method in class org.refcodes.configuration.PropertiesSugar
Wraps the Properties with a profile projection.
fromProperties(Property...) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a Properties instance from the provided Property instances.
fromSystemProperties() - Static method in class org.refcodes.configuration.PropertiesSugar
Returns Properties representing the system properties as passed via the "-Dkey=value" when launching the JVM (e.g.java -Dconsole.width=220).

G

get(Enum<?>) - Method in interface org.refcodes.configuration.StrictProperties
get(Object) - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
get(Object) - Method in class org.refcodes.configuration.EnvironmentProperties
The key is transformed to an environment variable by removing a prefixed "/" path delimiter (as of Properties.getDelimiter() and converting all other path delimiters "/" to the environment variable's (de facto standard) separator "_".
get(Object) - Method in class org.refcodes.configuration.JavaProperties
get(Object) - Method in class org.refcodes.configuration.JsonProperties
get(Object) - Method in class org.refcodes.configuration.NormalizedPropertiesDecorator
get(Object) - Method in class org.refcodes.configuration.ProfilePropertiesProjection
get(Object) - Method in class org.refcodes.configuration.PropertiesImpl
get(Object) - Method in class org.refcodes.configuration.PropertiesPrecedenceComposite
get(Object) - Method in interface org.refcodes.configuration.StrictProperties
get(Object) - Method in class org.refcodes.configuration.StrictPropertiesDecorator
get(Object) - Method in class org.refcodes.configuration.SystemProperties
The key is transformed to a system property by removing a prefixed "/" path delimiter (as of Properties.getDelimiter() and converting all other path delimiters "/" to the system property's (de facto standard) separator ".".
get(Object) - Method in class org.refcodes.configuration.TomlProperties
get(Object) - Method in class org.refcodes.configuration.XmlProperties
get(Object) - Method in class org.refcodes.configuration.YamlProperties
getBoolean(Enum<?>) - Method in interface org.refcodes.configuration.StrictProperties
getBoolean(String) - Method in interface org.refcodes.configuration.StrictProperties
getByte(Enum<?>) - Method in interface org.refcodes.configuration.StrictProperties
getByte(String) - Method in interface org.refcodes.configuration.StrictProperties
getCharacter(Enum<?>) - Method in interface org.refcodes.configuration.StrictProperties
getCharacter(String) - Method in interface org.refcodes.configuration.StrictProperties
getDelimiter() - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
Returns the default path delimiter as of Delimiter.PATH.
getDelimiter() - Method in class org.refcodes.configuration.JavaProperties
Returns the default path delimiter as of Delimiter.PATH.
getDelimiter() - Method in class org.refcodes.configuration.JsonProperties
Returns the default path delimiter as of Delimiter.PATH.
getDelimiter() - Method in class org.refcodes.configuration.ProfilePropertiesProjection
Returns the default path delimiter as of Delimiter.PATH.
getDelimiter() - Method in interface org.refcodes.configuration.Properties
Returns the default path delimiter as of Delimiter.PATH.
getDelimiter() - Method in class org.refcodes.configuration.PropertiesImpl
Returns the default path delimiter as of Delimiter.PATH.
getDelimiter() - Method in class org.refcodes.configuration.PropertiesPrecedenceComposite
Returns the default path delimiter as of Delimiter.PATH.
getDelimiter() - Method in class org.refcodes.configuration.TomlProperties
Returns the default path delimiter as of Delimiter.PATH.
getDelimiter() - Method in class org.refcodes.configuration.XmlProperties
Returns the default path delimiter as of Delimiter.PATH.
getDelimiter() - Method in class org.refcodes.configuration.YamlProperties
Returns the default path delimiter as of Delimiter.PATH.
getDouble(Enum<?>) - Method in interface org.refcodes.configuration.StrictProperties
getDouble(String) - Method in interface org.refcodes.configuration.StrictProperties
getFilenameExtensions() - Method in class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
getFilenameExtensions() - Method in class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
getFilenameExtensions() - Method in class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
getFilenameExtensions() - Method in class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
getFilenameExtensions() - Method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Returns the filename extensions of the ResourcePropertiesFactory in the given order.
getFilenameExtensions() - Method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
Returns the filename extensions of the ResourcePropertiesFactory in the given order.
getFilenameExtensions() - Method in class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
getFilenameExtensions() - Method in class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
getFilenameExtensions() - Method in class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
getFilenameExtensions() - Method in class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
getFilenameExtensions() - Method in class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
getFilenameExtensions() - Method in class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
getFloat(Enum<?>) - Method in interface org.refcodes.configuration.StrictProperties
getFloat(String) - Method in interface org.refcodes.configuration.StrictProperties
getIndexed(int) - Method in interface org.refcodes.configuration.Properties
getIndexed(int) - Method in interface org.refcodes.configuration.Properties.MutableProperties
getIndexed(int) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
getIndexed(String, int) - Method in interface org.refcodes.configuration.Properties
getIndexed(String, int) - Method in interface org.refcodes.configuration.Properties.MutableProperties
getIndexed(String, int) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
getInteger(Enum<?>) - Method in interface org.refcodes.configuration.StrictProperties
getInteger(String) - Method in interface org.refcodes.configuration.StrictProperties
getLong(Enum<?>) - Method in interface org.refcodes.configuration.StrictProperties
getLong(String) - Method in interface org.refcodes.configuration.StrictProperties
getPath() - Method in enum org.refcodes.configuration.PropertiesPath
getProperties() - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
Delegate hook, this method is used to retrieve the properties to which to delegate method calls to.
getProperties() - Method in interface org.refcodes.configuration.PropertiesAccessor
Retrieves the properties from the Properties property.
getPropertiesNotation() - Method in interface org.refcodes.configuration.PropertiesNotationAccessor
Retrieves the properties notation from the PropertiesNotation property.
getRuntimeProfiles() - Method in interface org.refcodes.configuration.ProfileProperties
The ProfileProperties.getRuntimeProfilesPath() points to an array with the Runtime-Profiles denoted as follows (pointing to your active Runtime-Profiles): runtime/profiles/0=local runtime/profiles/1=oauth runtime/profiles/2=development (ProfileProperties.getRuntimeProfilesPath() defaults to "runtime/profiles" represented by the path defined by PropertiesPath.RUNTIME_PROFILES_PATH) In case a value is found at the path "runtime/profiles", this is parsed as a comma-separated list and converted to an array.
getRuntimeProfilesPath() - Method in interface org.refcodes.configuration.ProfileProperties
Returns the path which points to your active Runtime-Profiles.
getShort(Enum<?>) - Method in interface org.refcodes.configuration.StrictProperties
getShort(String) - Method in interface org.refcodes.configuration.StrictProperties
getType() - Method in class org.refcodes.configuration.JavaProperties
getType() - Method in class org.refcodes.configuration.JsonProperties
getType() - Method in interface org.refcodes.configuration.Properties
getType() - Method in class org.refcodes.configuration.PropertiesImpl
getType() - Method in class org.refcodes.configuration.TomlProperties
getType() - Method in class org.refcodes.configuration.XmlProperties
getType() - Method in class org.refcodes.configuration.YamlProperties

I

insert(String, Properties, String) - Method in interface org.refcodes.configuration.Properties.MutableProperties
Method to semantically emphasize that we support our own types.
insert(Properties) - Method in interface org.refcodes.configuration.Properties.MutableProperties
Method to semantically emphasize that we support our own types.
insertFrom(Properties, String) - Method in interface org.refcodes.configuration.Properties.MutableProperties
Method to semantically emphasize that we support our own types.
insertTo(String, Properties) - Method in interface org.refcodes.configuration.Properties.MutableProperties
Method to semantically emphasize that we support our own types.
isEmpty() - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
isEmpty() - Method in class org.refcodes.configuration.EnvironmentProperties
isEmpty() - Method in class org.refcodes.configuration.JavaProperties
isEmpty() - Method in class org.refcodes.configuration.JsonProperties
isEmpty() - Method in class org.refcodes.configuration.ProfilePropertiesProjection
isEmpty() - Method in class org.refcodes.configuration.PropertiesImpl
isEmpty() - Method in class org.refcodes.configuration.PropertiesPrecedenceComposite
isEmpty() - Method in class org.refcodes.configuration.SystemProperties
isEmpty() - Method in class org.refcodes.configuration.TomlProperties
isEmpty() - Method in class org.refcodes.configuration.XmlProperties
isEmpty() - Method in class org.refcodes.configuration.YamlProperties
isFlushable() - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilder
In case the resource has not been loaded from a writable File, then calling this method will return false.
isFlushable() - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
 

J

JAVA - org.refcodes.configuration.PropertiesNotation
 
JavaProperties - Class in org.refcodes.configuration
Implementation of the ResourceProperties interface with support of so called "Java properties" (or just "properties").
JavaProperties(File) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given File.
JavaProperties(File, char...) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given File.
JavaProperties(File, ConfigLocator) - Constructor for class org.refcodes.configuration.JavaProperties
Loads or seeks the Java properties from the given File.
JavaProperties(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JavaProperties
Loads or seeks the Java properties from the given File.
JavaProperties(InputStream) - Constructor for class org.refcodes.configuration.JavaProperties
Reads the Java properties from the given InputStream.
JavaProperties(InputStream, char...) - Constructor for class org.refcodes.configuration.JavaProperties
Reads the Java properties from the given InputStream.
JavaProperties(Class<?>, String) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given file's path.
JavaProperties(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given file's path.
JavaProperties(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given file's path.
JavaProperties(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given file's path.
JavaProperties(Object) - Constructor for class org.refcodes.configuration.JavaProperties
Create a JavaProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
JavaProperties(String) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given file's path.
JavaProperties(String, char...) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given file's path.
JavaProperties(String, ConfigLocator) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given file's path.
JavaProperties(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given file's path.
JavaProperties(URL) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given URL.
JavaProperties(URL, char...) - Constructor for class org.refcodes.configuration.JavaProperties
Loads the Java properties from the given URL.
JavaProperties(Map<?, ?>) - Constructor for class org.refcodes.configuration.JavaProperties
Create a JavaProperties instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JavaProperties(Properties) - Constructor for class org.refcodes.configuration.JavaProperties
Create a JavaProperties instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JavaProperties(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.JavaProperties
Create a JavaProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JavaProperties.JavaPropertiesFactory - Class in org.refcodes.configuration
JavaPropertiesBuilder - Class in org.refcodes.configuration
Implementation of the ResourceProperties.ResourcePropertiesBuilder interface with support of so called "Java properties" (or just "properties").
JavaPropertiesBuilder() - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Create an empty JavaPropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
JavaPropertiesBuilder(File) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given File.
JavaPropertiesBuilder(File, char...) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given File.
JavaPropertiesBuilder(File, ConfigLocator) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads or seeks the Java properties from the given File.
JavaPropertiesBuilder(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads or seeks the Java properties from the given File.
JavaPropertiesBuilder(InputStream) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Reads the Java properties from the given InputStream.
JavaPropertiesBuilder(InputStream, char...) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Reads the Java properties from the given InputStream.
JavaPropertiesBuilder(Class<?>, String) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given file's path.
JavaPropertiesBuilder(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given file's path.
JavaPropertiesBuilder(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given file's path.
JavaPropertiesBuilder(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given file's path.
JavaPropertiesBuilder(Object) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Create a JavaPropertiesBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
JavaPropertiesBuilder(String) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given file's path.
JavaPropertiesBuilder(String, char...) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given file's path.
JavaPropertiesBuilder(String, ConfigLocator) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given file's path.
JavaPropertiesBuilder(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given file's path.
JavaPropertiesBuilder(URL) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given URL.
JavaPropertiesBuilder(URL, char...) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Loads the Java properties from the given URL.
JavaPropertiesBuilder(Map<?, ?>) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Create a JavaPropertiesBuilder instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JavaPropertiesBuilder(Properties) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Create a JavaPropertiesBuilder instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JavaPropertiesBuilder(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder
Create a JavaPropertiesBuilder instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JavaPropertiesBuilder.JavaPropertiesBuilderFactory - Class in org.refcodes.configuration
JavaPropertiesBuilderFactory() - Constructor for class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
 
JavaPropertiesFactory() - Constructor for class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
 
JSON - org.refcodes.configuration.PropertiesNotation
 
JsonProperties - Class in org.refcodes.configuration
Implementation of the ResourceProperties interface with support of so called "JSON properties".
JsonProperties(File) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given File.
JsonProperties(File, char...) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given File.
JsonProperties(File, ConfigLocator) - Constructor for class org.refcodes.configuration.JsonProperties
Loads or seeks the JSON Properties from the given File.
JsonProperties(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JsonProperties
Loads or seeks the JSON Properties from the given File.
JsonProperties(InputStream) - Constructor for class org.refcodes.configuration.JsonProperties
Reads the JSON Properties from the given InputStream.
JsonProperties(InputStream, char...) - Constructor for class org.refcodes.configuration.JsonProperties
Reads the JSON Properties from the given InputStream.
JsonProperties(Class<?>, String) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given file's path.
JsonProperties(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given file's path.
JsonProperties(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given file's path.
JsonProperties(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given file's path.
JsonProperties(Object) - Constructor for class org.refcodes.configuration.JsonProperties
Create a JsonProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
JsonProperties(String) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given file's path.
JsonProperties(String, char...) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given file's path.
JsonProperties(String, ConfigLocator) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given file's path.
JsonProperties(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given file's path.
JsonProperties(URL) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given URL.
JsonProperties(URL, char...) - Constructor for class org.refcodes.configuration.JsonProperties
Loads the JSON Properties from the given URL.
JsonProperties(Map<?, ?>) - Constructor for class org.refcodes.configuration.JsonProperties
Create a JsonProperties instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JsonProperties(Properties) - Constructor for class org.refcodes.configuration.JsonProperties
Create a JsonProperties instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JsonProperties(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.JsonProperties
Create a JsonProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JsonProperties.JsonPropertiesFactory - Class in org.refcodes.configuration
JsonPropertiesBuilder - Class in org.refcodes.configuration
Implementation of the ResourceProperties.ResourcePropertiesBuilder interface with support of so called "JSON properties" (or just "properties").
JsonPropertiesBuilder() - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Create an empty JsonPropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
JsonPropertiesBuilder(File) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given File.
JsonPropertiesBuilder(File, char...) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given File.
JsonPropertiesBuilder(File, ConfigLocator) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads or seeks the JSON properties from the given File.
JsonPropertiesBuilder(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads or seeks the JSON properties from the given File.
JsonPropertiesBuilder(InputStream) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Reads the JSON properties from the given InputStream.
JsonPropertiesBuilder(InputStream, char...) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Reads the JSON properties from the given InputStream.
JsonPropertiesBuilder(Class<?>, String) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given file's path.
JsonPropertiesBuilder(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given file's path.
JsonPropertiesBuilder(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given file's path.
JsonPropertiesBuilder(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given file's path.
JsonPropertiesBuilder(Object) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Create a JsonPropertiesBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
JsonPropertiesBuilder(String) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given file's path.
JsonPropertiesBuilder(String, char...) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given file's path.
JsonPropertiesBuilder(String, ConfigLocator) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given file's path.
JsonPropertiesBuilder(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given file's path.
JsonPropertiesBuilder(URL) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given URL.
JsonPropertiesBuilder(URL, char...) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Loads the JSON properties from the given URL.
JsonPropertiesBuilder(Map<?, ?>) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Create a JsonPropertiesBuilder instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JsonPropertiesBuilder(Properties) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Create a JsonPropertiesBuilder instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JsonPropertiesBuilder(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder
Create a JsonPropertiesBuilder instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
JsonPropertiesBuilder.JsonPropertiesBuilderFactory - Class in org.refcodes.configuration
JsonPropertiesBuilderFactory() - Constructor for class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
 
JsonPropertiesFactory() - Constructor for class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
 

K

KEEP_ORPHANS - org.refcodes.configuration.ReloadMode
When reloading properties from a resource, then any properties not existing in the resource (e.g. in a File) are kept in the according ResourceProperties.
keySet() - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
keySet() - Method in class org.refcodes.configuration.EnvironmentProperties
The keys are transformed to a path by prefixing a "/" path delimiter (as of Properties.getDelimiter() and converting all other environment variable's (de facto standard) separators "_" to the path delimiter "/".
keySet() - Method in class org.refcodes.configuration.JavaProperties
keySet() - Method in class org.refcodes.configuration.JsonProperties
keySet() - Method in class org.refcodes.configuration.NormalizedPropertiesDecorator
keySet() - Method in class org.refcodes.configuration.ProfilePropertiesProjection
keySet() - Method in class org.refcodes.configuration.PropertiesImpl
keySet() - Method in class org.refcodes.configuration.PropertiesPrecedenceComposite
keySet() - Method in class org.refcodes.configuration.SystemProperties
The keys are transformed to a path by prefixing a "/" path delimiter (as of Properties.getDelimiter() and converting all other system property's (de facto standard) separators "." to the path delimiter "/".
keySet() - Method in class org.refcodes.configuration.TomlProperties
keySet() - Method in class org.refcodes.configuration.XmlProperties
keySet() - Method in class org.refcodes.configuration.YamlProperties

L

loadFrom(File) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads the properties from the given File.
loadFrom(File) - Method in class org.refcodes.configuration.TomlPropertiesBuilder
Loads the properties from the given File.
loadFrom(File, char...) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads the properties from the given File.
loadFrom(File, char...) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
Loads the properties from the given File.
loadFrom(File, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads the properties from the given File.
loadFrom(InputStream) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads the properties from the given InputStream.
loadFrom(InputStream) - Method in class org.refcodes.configuration.TomlPropertiesBuilder
Loads the properties from the given InputStream.
loadFrom(InputStream, char...) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
Loads the properties from the given InputStream.
loadFrom(InputStream, char...) - Method in class org.refcodes.configuration.JavaPropertiesBuilder
Loads the properties from the given InputStream.
loadFrom(InputStream, char...) - Method in class org.refcodes.configuration.JsonPropertiesBuilder
Loads the properties from the given InputStream.
loadFrom(InputStream, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads the properties from the given InputStream.
loadFrom(InputStream, char...) - Method in class org.refcodes.configuration.TomlPropertiesBuilder
Loads the properties from the given InputStream.
loadFrom(InputStream, char...) - Method in class org.refcodes.configuration.XmlPropertiesBuilder
Loads the properties from the given InputStream.
loadFrom(InputStream, char...) - Method in class org.refcodes.configuration.YamlPropertiesBuilder
Loads the properties from the given InputStream.
loadFrom(Class<?>, String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads the properties from the given class resource (from inside a JAR).
loadFrom(Class<?>, String, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads the properties from the given class resource (from inside a JAR).
loadFrom(String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads the properties from the given file path's File.
loadFrom(String, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads the properties from the given file path's File.
loadFrom(URL) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads the properties from the given URL.
loadFrom(URL, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads the properties from the given URL.
loadFromJavaProperties(File) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the Java properties from the given File.
loadFromJavaProperties(InputStream) - Static method in class org.refcodes.configuration.PropertiesSugar
Reads the properties from the given InputStream.
loadFromJavaProperties(String) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the Java properties from the given file's path.
loadFromJavaProperties(URL) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the Java properties from the given URL.
loadFromJsonProperties(File) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the JSON properties from the given File.
loadFromJsonProperties(InputStream) - Static method in class org.refcodes.configuration.PropertiesSugar
Reads the properties from the given InputStream.
loadFromJsonProperties(String) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the JSON properties from the given file's path.
loadFromJsonProperties(URL) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the JSON properties from the given URL.
loadFromTomlProperties(File) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the TOML properties from the given File.
loadFromTomlProperties(InputStream) - Static method in class org.refcodes.configuration.PropertiesSugar
Reads the properties from the given InputStream.
loadFromTomlProperties(String) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the TOML properties from the given file's path.
loadFromTomlProperties(URL) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the TOML properties from the given URL.
loadFromXmlProperties(File) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the XML properties from the given File.
loadFromXmlProperties(InputStream) - Static method in class org.refcodes.configuration.PropertiesSugar
Reads the properties from the given InputStream.
loadFromXmlProperties(String) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the XML properties from the given file's path.
loadFromXmlProperties(URL) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the XML properties from the given URL.
loadFromYamlProperties(File) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the YAML properties from the given File.
loadFromYamlProperties(InputStream) - Static method in class org.refcodes.configuration.PropertiesSugar
Reads the properties from the given InputStream.
loadFromYamlProperties(String) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the YAML properties from the given file's path.
loadFromYamlProperties(URL) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads the YAML properties from the given URL.

N

NormalizedPropertiesDecorator - Class in org.refcodes.configuration
The NormalizedPropertiesDecorator type decorates a Properties instance and converts a path delimiter such as the full-stop (".") to the Properties properties' path delimiter slash ("/", as of AbstractPropertiesDecorator.getDelimiter()).
NormalizedPropertiesDecorator(Properties) - Constructor for class org.refcodes.configuration.NormalizedPropertiesDecorator
Decorates the provided Properties with additional behavior by normalizing the key representing the path pointing to the according value.
NormalizedPropertiesDecorator(Properties, char[]) - Constructor for class org.refcodes.configuration.NormalizedPropertiesDecorator
Decorates the provided Properties with additional behavior by normalizing the key representing the path pointing to the according value.

O

org.refcodes.configuration - package org.refcodes.configuration
What is this package for?
ORPHAN_REMOVAL - org.refcodes.configuration.ReloadMode
When reloading properties from a resource, then any properties not existing in the resource (e.g. in a File) are removed from the according ResourceProperties.

P

parseFrom(String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Inspects the given serialized representation and adds all declared elements found.
parseFrom(String) - Method in class org.refcodes.configuration.TomlPropertiesBuilder
Inspects the given serialized representation and adds all declared elements found.
parseFrom(String, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Inspects the given serialized representation and adds all declared elements found.
PolyglotProperties - Class in org.refcodes.configuration
Implementation of the ResourceProperties interface with support of so called "PolyglotProperties" (or just "properties").
PolyglotProperties(File) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given File.
PolyglotProperties(File, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given File.
PolyglotProperties(File, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads or seeks the PolyglotProperties from the given File.
PolyglotProperties(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads or seeks the PolyglotProperties from the given File.
PolyglotProperties(InputStream) - Constructor for class org.refcodes.configuration.PolyglotProperties
Reads the PolyglotProperties from the given InputStream.
PolyglotProperties(InputStream, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Reads the PolyglotProperties from the given InputStream.
PolyglotProperties(Class<?>, String) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(Object) - Constructor for class org.refcodes.configuration.PolyglotProperties
Create a PolyglotProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
PolyglotProperties(String) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(String, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(String, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(URL) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given URL.
PolyglotProperties(URL, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given URL.
PolyglotProperties(Map<?, ?>) - Constructor for class org.refcodes.configuration.PolyglotProperties
Create a PolyglotProperties instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, File) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given File.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, File, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given File.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, File, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads or seeks the PolyglotProperties from the given File.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads or seeks the PolyglotProperties from the given File.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, InputStream) - Constructor for class org.refcodes.configuration.PolyglotProperties
Reads the PolyglotProperties from the given InputStream.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, InputStream, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Reads the PolyglotProperties from the given InputStream.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, Class<?>, String) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, Class<?>, String, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, Object) - Constructor for class org.refcodes.configuration.PolyglotProperties
Create a PolyglotProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, String) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, String, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, String, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given file's path.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, URL) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given URL.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, URL, char...) - Constructor for class org.refcodes.configuration.PolyglotProperties
Loads the PolyglotProperties from the given URL.
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, Map<?, ?>) - Constructor for class org.refcodes.configuration.PolyglotProperties
Create a PolyglotProperties instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, Properties) - Constructor for class org.refcodes.configuration.PolyglotProperties
Create a PolyglotProperties instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory, Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.PolyglotProperties
Create a PolyglotProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotProperties(Properties) - Constructor for class org.refcodes.configuration.PolyglotProperties
Create a PolyglotProperties instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotProperties(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.PolyglotProperties
Create a PolyglotProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotProperties.PolyglotPropertiesFactory - Class in org.refcodes.configuration
The PolyglotProperties.PolyglotPropertiesFactory is a meta factory using a collection of ResourcePropertiesFactory instances to deliver ResourceProperties instances.
PolyglotPropertiesBuilder - Class in org.refcodes.configuration
Implementation of the ResourceProperties.ResourcePropertiesBuilder interface with support of so called "PolyglotPropertiesBuilder" (or just "properties").
PolyglotPropertiesBuilder(File) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given File.
PolyglotPropertiesBuilder(File, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given File.
PolyglotPropertiesBuilder(File, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads or seeks the PolyglotPropertiesBuilder from the given File.
PolyglotPropertiesBuilder(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads or seeks the PolyglotPropertiesBuilder from the given File.
PolyglotPropertiesBuilder(InputStream) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Reads the PolyglotPropertiesBuilder from the given InputStream.
PolyglotPropertiesBuilder(InputStream, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Reads the PolyglotPropertiesBuilder from the given InputStream.
PolyglotPropertiesBuilder(Class<?>, String) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(Object) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Create a PolyglotPropertiesBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
PolyglotPropertiesBuilder(String) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(String, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(String, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(URL) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given URL.
PolyglotPropertiesBuilder(URL, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given URL.
PolyglotPropertiesBuilder(Map<?, ?>) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Create a PolyglotPropertiesBuilder instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, File) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given File.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, File, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given File.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, File, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads or seeks the PolyglotPropertiesBuilder from the given File.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads or seeks the PolyglotPropertiesBuilder from the given File.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, InputStream) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Reads the PolyglotPropertiesBuilder from the given InputStream.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, InputStream, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Reads the PolyglotPropertiesBuilder from the given InputStream.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Class<?>, String) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Class<?>, String, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Object) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Create a PolyglotPropertiesBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String, ConfigLocator) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given file's path.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, URL) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given URL.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, URL, char...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Loads the PolyglotPropertiesBuilder from the given URL.
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Map<?, ?>) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Create a PolyglotPropertiesBuilder instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Properties) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Create a PolyglotPropertiesBuilder instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Create a PolyglotPropertiesBuilder instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotPropertiesBuilder(Properties) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Create a PolyglotPropertiesBuilder instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotPropertiesBuilder(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder
Create a PolyglotPropertiesBuilder instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory - Class in org.refcodes.configuration
PolyglotPropertiesBuilderFactory() - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
PolyglotPropertiesBuilderFactory(ResourcePropertiesFactory.ResourcePropertiesBuilderFactory...) - Constructor for class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
PolyglotPropertiesFactory() - Constructor for class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Initializes the PolyglotProperties.PolyglotPropertiesFactory with a predefined set of ResourcePropertiesFactory instances.
PolyglotPropertiesFactory(ResourcePropertiesFactory...) - Constructor for class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
postProcessAttributes(Properties.PropertiesBuilder) - Static method in class org.refcodes.configuration.AbstractResourcePropertiesBuilder
 
prependProperties(Properties) - Method in interface org.refcodes.configuration.PropertiesPrecedence.MutablePropertiesPrecedence
Prepends the provided Properties to beginning of the precedence list, meaning that the added Properties have highest priority.
prependProperties(Properties) - Method in class org.refcodes.configuration.PropertiesPrecedenceBuilderComposite
Prepends the provided Properties to beginning of the precedence list, meaning that the added Properties have highest priority.
ProfileProperties - Interface in org.refcodes.configuration
The ProfileProperties extend the Properties with Runtime-Profiles support.
ProfileProperties.MutableProfileProperties - Interface in org.refcodes.configuration
The Interface MutableProfileProperties.
ProfileProperties.ProfilePropertiesBuilder - Interface in org.refcodes.configuration
The Interface ProfilePropertiesBuilder.
ProfilePropertiesDecorator - Class in org.refcodes.configuration
The ProfilePropertiesDecorator type decorates a Properties instance and enriches it with profile support as of ProfileProperties.
ProfilePropertiesDecorator(Object) - Constructor for class org.refcodes.configuration.ProfilePropertiesDecorator
Create a ProfilePropertiesDecorator instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
ProfilePropertiesDecorator(Map<?, ?>) - Constructor for class org.refcodes.configuration.ProfilePropertiesDecorator
Create a ProfileProperties instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
ProfilePropertiesDecorator(Properties) - Constructor for class org.refcodes.configuration.ProfilePropertiesDecorator
Decorates(!)
ProfilePropertiesDecorator(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.ProfilePropertiesDecorator
Decorates(!)
ProfilePropertiesProjection - Class in org.refcodes.configuration
The ProfilePropertiesProjection applies the profiles as of ProfileProperties.getRuntimeProfiles() onto the encapsulated Properties (ProfileProperties) and provides a view of them Properties (ProfileProperties) from the profiles' point of view e.g. as when profiles have been applied to them Properties (ProfileProperties).
ProfilePropertiesProjection(ProfileProperties) - Constructor for class org.refcodes.configuration.ProfilePropertiesProjection
Uses the ProfileProperties for the profile projection.
ProfilePropertiesProjection(ProfileProperties, String...) - Constructor for class org.refcodes.configuration.ProfilePropertiesProjection
Uses the ProfileProperties for the profile projection.
ProfilePropertiesProjection(Properties.PropertiesBuilder, String...) - Constructor for class org.refcodes.configuration.ProfilePropertiesProjection
Wraps the Properties.PropertiesBuilder with a profile projection.
ProfilePropertiesProjection(Properties, String...) - Constructor for class org.refcodes.configuration.ProfilePropertiesProjection
Wraps the Properties with a profile projection.
Properties - Interface in org.refcodes.configuration
The Properties are a specialization of the Dictionary.
Properties.MutableProperties - Interface in org.refcodes.configuration
The interface Properties.MutableProperties defines "dirty" methods allowing to modify ("mutate") the properties.
Properties.PropertiesBuilder - Interface in org.refcodes.configuration
The interface Properties.PropertiesBuilder defines builder functionality on top of the properties .
PropertiesAccessor - Interface in org.refcodes.configuration
Provides an accessor for a Properties property.
PropertiesAccessor.PropertiesBuilder<B extends PropertiesAccessor.PropertiesBuilder<B>> - Interface in org.refcodes.configuration
Provides a builder method for a Properties property returning the builder for applying multiple build operations.
PropertiesAccessor.PropertiesMutator - Interface in org.refcodes.configuration
Provides a mutator for a Properties property.
PropertiesAccessor.PropertiesProperty - Interface in org.refcodes.configuration
Provides a Properties property.
PropertiesBuilderImpl - Class in org.refcodes.configuration
The Class PropertiesBuilderImpl.
PropertiesBuilderImpl() - Constructor for class org.refcodes.configuration.PropertiesBuilderImpl
Create an empty Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
PropertiesBuilderImpl(Object) - Constructor for class org.refcodes.configuration.PropertiesBuilderImpl
Create a Properties.PropertiesBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
PropertiesBuilderImpl(Map<?, ?>) - Constructor for class org.refcodes.configuration.PropertiesBuilderImpl
Create a Properties.PropertiesBuilder instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PropertiesBuilderImpl(Properties) - Constructor for class org.refcodes.configuration.PropertiesBuilderImpl
Create a Properties.PropertiesBuilder instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PropertiesBuilderImpl(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.PropertiesBuilderImpl
Create a Properties.PropertiesBuilder instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PropertiesBuilderImpl(Property...) - Constructor for class org.refcodes.configuration.PropertiesBuilderImpl
Create a Properties.PropertiesBuilder instance containing the provided Property instances' key/value-pairs.
PropertiesImpl - Class in org.refcodes.configuration
The Class PropertiesImpl.
PropertiesImpl() - Constructor for class org.refcodes.configuration.PropertiesImpl
Creates an empty immutable Properties object.
PropertiesImpl(Object) - Constructor for class org.refcodes.configuration.PropertiesImpl
Create a Properties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
PropertiesImpl(Map<?, ?>) - Constructor for class org.refcodes.configuration.PropertiesImpl
Create a Properties instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PropertiesImpl(Properties) - Constructor for class org.refcodes.configuration.PropertiesImpl
Create a Properties instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
PropertiesImpl(Property...) - Constructor for class org.refcodes.configuration.PropertiesImpl
Create a Properties instance containing the provided Property instances' key/value-pairs.
PropertiesNotation - Enum in org.refcodes.configuration
The currently known notations for ResourceProperties implementations.
PropertiesNotationAccessor - Interface in org.refcodes.configuration
Provides an accessor for a PropertiesNotation property.
PropertiesNotationAccessor.PropertiesNotationBuilder<B extends PropertiesNotationAccessor.PropertiesNotationBuilder<B>> - Interface in org.refcodes.configuration
Provides a builder method for a PropertiesNotation property returning the builder for applying multiple build operations.
PropertiesNotationAccessor.PropertiesNotationMutator - Interface in org.refcodes.configuration
Provides a mutator for a PropertiesNotation property.
PropertiesNotationAccessor.PropertiesNotationProperty - Interface in org.refcodes.configuration
Provides a PropertiesNotation property.
PropertiesPath - Enum in org.refcodes.configuration
Enumeration representing defined path values.
PropertiesPrecedence - Interface in org.refcodes.configuration
Defines a meta-interface in order to retrieve properties from various different properties sources (Properties instances) by querying all the herein contained Properties instances in the order of them being added.
PropertiesPrecedence.MutablePropertiesPrecedence - Interface in org.refcodes.configuration
The interface PropertiesPrecedence.MutablePropertiesPrecedence defines "dirty" methods allowing to modify ("mutate") the PropertiesPrecedence: Add or remove Properties inside a PropertiesPrecedence instance.
PropertiesPrecedence.PropertiesPrecedenceBuilder - Interface in org.refcodes.configuration
The interface PropertiesPrecedence.MutablePropertiesPrecedence defines builder functionality on top of the properties .
PropertiesPrecedenceBuilderComposite - Class in org.refcodes.configuration
 
PropertiesPrecedenceBuilderComposite(List<Properties>) - Constructor for class org.refcodes.configuration.PropertiesPrecedenceBuilderComposite
Creates a PropertiesPrecedence.PropertiesPrecedenceBuilder composite querying the provided Properties in the given order.
PropertiesPrecedenceBuilderComposite(Properties...) - Constructor for class org.refcodes.configuration.PropertiesPrecedenceBuilderComposite
Creates a PropertiesPrecedence.PropertiesPrecedenceBuilder composite querying the provided Properties in the given order.
PropertiesPrecedenceComposite - Class in org.refcodes.configuration
Retrieve properties from various different properties sources (Properties instances) by querying all the herein contained Properties instances in the order of them being added.
PropertiesPrecedenceComposite(List<Properties>) - Constructor for class org.refcodes.configuration.PropertiesPrecedenceComposite
Creates a PropertiesPrecedence composite querying the provided Properties in the given order.
PropertiesPrecedenceComposite(Properties...) - Constructor for class org.refcodes.configuration.PropertiesPrecedenceComposite
Creates a PropertiesPrecedence composite querying the provided Properties in the given order.
PropertiesSugar - Class in org.refcodes.configuration
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions for the construction of Properties precedences using ProfilePropertiesDecorator, ProfilePropertiesProjection, ResourceProperties or PropertiesPrecedenceComposite (and the like).
PropertiesSugar() - Constructor for class org.refcodes.configuration.PropertiesSugar
 
put(String, String) - Method in class org.refcodes.configuration.AbstractPropertiesBuilderDecorator
put(Relation<String, String>) - Method in interface org.refcodes.configuration.Properties.MutableProperties
putAll(Map<? extends String, ? extends String>) - Method in class org.refcodes.configuration.AbstractPropertiesBuilderDecorator
putAll(Map<? extends String, ? extends String>) - Method in interface org.refcodes.configuration.Properties.MutableProperties
putAll(Properties) - Method in interface org.refcodes.configuration.Properties.MutableProperties
This method inserts all elements (key/value-pairs) found in the provided Properties instances of interoperability reasons.
putAll(Properties) - Method in interface org.refcodes.configuration.Properties.MutableProperties
This method inserts all elements (key/value-pairs) found in the provided Properties instances of interoperability reasons.

Q

query(String) - Method in interface org.refcodes.configuration.Properties
query(String, String, String) - Method in interface org.refcodes.configuration.Properties
queryFrom(String, String) - Method in interface org.refcodes.configuration.Properties
queryTo(String, String) - Method in interface org.refcodes.configuration.Properties

R

reload() - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilder
reload() - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
reload() - Method in class org.refcodes.configuration.AbstractResourcePropertiesDecorator
reload() - Method in class org.refcodes.configuration.JavaProperties
reload() - Method in class org.refcodes.configuration.JsonProperties
reload() - Method in interface org.refcodes.configuration.ResourceProperties
reload() - Method in class org.refcodes.configuration.TomlProperties
reload() - Method in class org.refcodes.configuration.XmlProperties
reload() - Method in class org.refcodes.configuration.YamlProperties
reload(ReloadMode) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilder
reload(ReloadMode) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
reload(ReloadMode) - Method in class org.refcodes.configuration.AbstractResourcePropertiesDecorator
reload(ReloadMode) - Method in class org.refcodes.configuration.JavaProperties
reload(ReloadMode) - Method in class org.refcodes.configuration.JsonProperties
reload(ReloadMode) - Method in interface org.refcodes.configuration.ResourceProperties
reload(ReloadMode) - Method in class org.refcodes.configuration.TomlProperties
reload(ReloadMode) - Method in class org.refcodes.configuration.XmlProperties
reload(ReloadMode) - Method in class org.refcodes.configuration.YamlProperties
ReloadMode - Enum in org.refcodes.configuration
Mode of operation regarding the ResourceProperties.reload(ReloadMode) method.
remove(Object) - Method in class org.refcodes.configuration.AbstractPropertiesBuilderDecorator
ResourceProperties - Interface in org.refcodes.configuration
The ResourceProperties are a specialization of the Dictionary.
ResourceProperties.MutableResoureProperties - Interface in org.refcodes.configuration
The interface ResourceProperties.MutableResoureProperties defines "dirty" methods allowing to modify ("mutate") the ResourceProperties.
ResourceProperties.ResourcePropertiesBuilder - Interface in org.refcodes.configuration
The interface ResourceProperties.ResourcePropertiesBuilder defines builder functionality on top of the ResourceProperties.MutableResoureProperties.
ResourcePropertiesFactory - Interface in org.refcodes.configuration
Factory interface for creating ResourceProperties instances.
ResourcePropertiesFactory.ResourcePropertiesBuilderFactory - Interface in org.refcodes.configuration
Factory interface for creating ResourceProperties.ResourcePropertiesBuilder instances.
ResourcePropertiesMixin<B extends ResourcePropertiesMixin<B>> - Interface in org.refcodes.configuration
This mixin provides builder additions (as of the builder pattern for chained configuring method calls) for "dynamic" ResourceProperties: As ResourceProperties are immutable from an interface's point of view, there are no mutating methods provided.
retrieve(String, String) - Method in interface org.refcodes.configuration.Properties
retrieveFrom(Object) - Method in interface org.refcodes.configuration.Properties
retrieveFrom(Object...) - Method in interface org.refcodes.configuration.Properties
retrieveFrom(String) - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
retrieveFrom(String) - Method in class org.refcodes.configuration.EnvironmentProperties
retrieveFrom(String) - Method in class org.refcodes.configuration.JavaProperties
retrieveFrom(String) - Method in class org.refcodes.configuration.JsonProperties
retrieveFrom(String) - Method in class org.refcodes.configuration.NormalizedPropertiesDecorator
retrieveFrom(String) - Method in class org.refcodes.configuration.ProfilePropertiesProjection
retrieveFrom(String) - Method in interface org.refcodes.configuration.Properties
retrieveFrom(String) - Method in class org.refcodes.configuration.PropertiesBuilderImpl
retrieveFrom(String) - Method in class org.refcodes.configuration.PropertiesImpl
retrieveFrom(String) - Method in class org.refcodes.configuration.PropertiesPrecedenceComposite
retrieveFrom(String) - Method in class org.refcodes.configuration.SystemProperties
retrieveFrom(String) - Method in class org.refcodes.configuration.TomlProperties
retrieveFrom(String) - Method in class org.refcodes.configuration.XmlProperties
retrieveFrom(String) - Method in class org.refcodes.configuration.YamlProperties
retrieveFrom(String...) - Method in interface org.refcodes.configuration.Properties
retrieveTo(Object) - Method in interface org.refcodes.configuration.Properties
retrieveTo(Object...) - Method in interface org.refcodes.configuration.Properties
retrieveTo(String) - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
retrieveTo(String) - Method in class org.refcodes.configuration.EnvironmentProperties
retrieveTo(String) - Method in class org.refcodes.configuration.JavaProperties
retrieveTo(String) - Method in class org.refcodes.configuration.JsonProperties
retrieveTo(String) - Method in class org.refcodes.configuration.NormalizedPropertiesDecorator
retrieveTo(String) - Method in class org.refcodes.configuration.ProfilePropertiesProjection
retrieveTo(String) - Method in interface org.refcodes.configuration.Properties
retrieveTo(String) - Method in class org.refcodes.configuration.PropertiesBuilderImpl
retrieveTo(String) - Method in class org.refcodes.configuration.PropertiesImpl
retrieveTo(String) - Method in class org.refcodes.configuration.PropertiesPrecedenceComposite
retrieveTo(String) - Method in class org.refcodes.configuration.SystemProperties
retrieveTo(String) - Method in class org.refcodes.configuration.TomlProperties
retrieveTo(String) - Method in class org.refcodes.configuration.XmlProperties
retrieveTo(String) - Method in class org.refcodes.configuration.YamlProperties
retrieveTo(String...) - Method in interface org.refcodes.configuration.Properties
ROOT_ELEMENT - Static variable in class org.refcodes.configuration.XmlPropertiesBuilder
 
RUNTIME_PROFILES_PATH - org.refcodes.configuration.PropertiesPath
Default path where the profile(s) are to be retrieved by the ProfileProperties and the like implementations.

S

saveTo(File) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the given File.
saveTo(File, char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the given File using the provided delimiter as the destination's path delimiter.
saveTo(File, String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the given File.
saveTo(File, String, char) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Saves the properties to the given File using the provided delimiter as the destination's path delimiter.
saveTo(File, String, char) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
Saves the properties to the given File using the provided delimiter as the destination's path delimiter.
saveTo(File, String, char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the given File using the provided delimiter as the destination's path delimiter.
saveTo(OutputStream) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the given OutputStream.
saveTo(OutputStream, char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the given OutputStream.
saveTo(OutputStream, String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the given OutputStream.
saveTo(OutputStream, String, char) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
Saves the properties to the given OutputStream using the provided delimiter as the destination's path delimiter.
saveTo(OutputStream, String, char) - Method in class org.refcodes.configuration.JavaPropertiesBuilder
Saves the properties to the given OutputStream using the provided delimiter as the destination's path delimiter.
saveTo(OutputStream, String, char) - Method in class org.refcodes.configuration.JsonPropertiesBuilder
The comment is ignored for the JSON format as JSON does not(!)
saveTo(OutputStream, String, char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the given OutputStream using the provided delimiter as the destination's path delimiter.
saveTo(OutputStream, String, char) - Method in class org.refcodes.configuration.TomlPropertiesBuilder
Saves the properties to the given OutputStream using the provided delimiter as the destination's path delimiter.
saveTo(OutputStream, String, char) - Method in class org.refcodes.configuration.XmlPropertiesBuilder
Saves the properties to the given OutputStream using the provided delimiter as the destination's path delimiter.
saveTo(OutputStream, String, char) - Method in class org.refcodes.configuration.YamlPropertiesBuilder
The comment is ignored for the YAML format as YAML does not(!)
saveTo(String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the given File.
saveTo(String, char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the given File using the provided delimiter as the destination's path delimiter.
saveTo(String, String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the File represented by the given file path.
saveTo(String, String, char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Saves the properties to the File represented by the given file path using the provided delimiter as the destination's path delimiter.
saveToJavaProperties(Properties, File) - Static method in class org.refcodes.configuration.PropertiesSugar
Saves the Java properties to the given File.
saveToJavaProperties(Properties, OutputStream) - Static method in class org.refcodes.configuration.PropertiesSugar
Writes the properties to the given OutputStream.
saveToJavaProperties(Properties, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Saves the Java properties to the given file's path.
saveToJsonProperties(Properties, File) - Static method in class org.refcodes.configuration.PropertiesSugar
Saves the JSON properties to the given File.
saveToJsonProperties(Properties, OutputStream) - Static method in class org.refcodes.configuration.PropertiesSugar
Writes the properties to the given OutputStream.
saveToJsonProperties(Properties, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Saves the JSON properties to the given file's path.
saveToTomlProperties(Properties, File) - Static method in class org.refcodes.configuration.PropertiesSugar
Saves the TOML properties to the given File.
saveToTomlProperties(Properties, OutputStream) - Static method in class org.refcodes.configuration.PropertiesSugar
Writes the properties to the given OutputStream.
saveToTomlProperties(Properties, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Saves the TOML properties to the given file's path.
saveToXmlProperties(Properties, File) - Static method in class org.refcodes.configuration.PropertiesSugar
Saves the XML properties to the given File.
saveToXmlProperties(Properties, OutputStream) - Static method in class org.refcodes.configuration.PropertiesSugar
Writes the properties to the given OutputStream.
saveToXmlProperties(Properties, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Saves the XML properties to the given file's path.
saveToYamlProperties(Properties, File) - Static method in class org.refcodes.configuration.PropertiesSugar
Saves the YAML properties to the given File.
saveToYamlProperties(Properties, OutputStream) - Static method in class org.refcodes.configuration.PropertiesSugar
Writes the properties to the given OutputStream.
saveToYamlProperties(Properties, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Saves the YAML properties to the given file's path.
schedule(ResourceProperties) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with default settings being a poll loop time of 10 seconds (as of PollLoopTime.NORM and orphan removal (as of ResourceProperties.reload(ReloadMode) being called with ReloadMode.ORPHAN_REMOVAL).
schedule(ResourceProperties.ResourcePropertiesBuilder) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with default settings being a poll loop time of 10 seconds (as of PollLoopTime.NORM) and orphan removal (as of ResourceProperties.reload(ReloadMode) being called with ReloadMode.ORPHAN_REMOVAL).
schedule(ResourceProperties.ResourcePropertiesBuilder, int) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the given poll loop time and orphan removal (as of ResourceProperties.reload(ReloadMode) being called with ReloadMode.ORPHAN_REMOVAL).
schedule(ResourceProperties.ResourcePropertiesBuilder, int, ReloadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the given poll loop time and the given orphan removal strategy (as of ResourceProperties.reload(ReloadMode) being called with your argument).
schedule(ResourceProperties.ResourcePropertiesBuilder, int, ReloadMode, ThreadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the given poll loop time and the given orphan removal strategy (as of ResourceProperties.reload(ReloadMode) being called with your argument).
schedule(ResourceProperties.ResourcePropertiesBuilder, int, ThreadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the given poll loop time and orphan removal (as of ResourceProperties.reload(ReloadMode) being called with ReloadMode.ORPHAN_REMOVAL).
schedule(ResourceProperties.ResourcePropertiesBuilder, ReloadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the the default poll loop time of 10 seconds (as of PollLoopTime.NORM) and the given orphan removal strategy (as of ResourceProperties.reload(ReloadMode) being called with your argument).
schedule(ResourceProperties.ResourcePropertiesBuilder, ReloadMode, ThreadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the the default poll loop time of 10 seconds (as of PollLoopTime.NORM) and the given orphan removal strategy (as of ResourceProperties.reload(ReloadMode) being called with your argument).
schedule(ResourceProperties.ResourcePropertiesBuilder, ThreadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with default settings being a poll loop time of 10 seconds (as of PollLoopTime.NORM) and orphan removal (as of ResourceProperties.reload(ReloadMode) being called with ReloadMode.ORPHAN_REMOVAL).
schedule(ResourceProperties, int) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the given poll loop time and orphan removal (as of ResourceProperties.reload(ReloadMode) being called with ReloadMode.ORPHAN_REMOVAL).
schedule(ResourceProperties, int, ReloadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the given poll loop time and the given orphan removal strategy (as of ResourceProperties.reload(ReloadMode) being called with your argument).
schedule(ResourceProperties, int, ReloadMode, ThreadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the given poll loop time and the given orphan removal strategy (as of ResourceProperties.reload(ReloadMode) being called with your argument).
schedule(ResourceProperties, int, ThreadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the given poll loop time and orphan removal (as of ResourceProperties.reload(ReloadMode) being called with ReloadMode.ORPHAN_REMOVAL).
schedule(ResourceProperties, ReloadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the the default poll loop time of 10 seconds (as of PollLoopTime.NORM and the given orphan removal strategy (as of ResourceProperties.reload(ReloadMode) being called with your argument).
schedule(ResourceProperties, ReloadMode, ThreadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the the default poll loop time of 10 seconds (as of PollLoopTime.NORM and the given orphan removal strategy (as of ResourceProperties.reload(ReloadMode) being called with your argument).
schedule(ResourceProperties, ThreadMode) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with default settings being a poll loop time of 10 seconds (as of PollLoopTime.NORM and orphan removal (as of ResourceProperties.reload(ReloadMode) being called with ReloadMode.ORPHAN_REMOVAL).
ScheduledResourceProperties - Interface in org.refcodes.configuration
The ScheduledResourceProperties enrich ResourceProperties with scheduling functionality whereby the properties are being automatically reloaded periodically via ResourceProperties.reload(ReloadMode).
ScheduledResourceProperties.ScheduledMuableResourceProperties - Interface in org.refcodes.configuration
The interface ScheduledResourceProperties.ScheduledMuableResourceProperties defines "dirty" methods allowing to modify ("mutate") the ScheduledResourceProperties.
ScheduledResourceProperties.ScheduledResourcePropertiesBuilder - Interface in org.refcodes.configuration
ScheduledResourcePropertiesBuilderDecorator - Class in org.refcodes.configuration
ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
Constructs the ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with default settings being a poll loop time of 10 seconds (as of PollLoopTime.NORM and orphan removal (as of AbstractResourcePropertiesBuilderDecorator.reload(ReloadMode) being called with true).
ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder, int) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
Constructs the ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the given poll loop time and orphan removal (as of AbstractResourcePropertiesBuilderDecorator.reload(ReloadMode) being called with true).
ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder, int, ReloadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
Constructs the ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the given poll loop time and the given orphan removal strategy (as of AbstractResourcePropertiesBuilderDecorator.reload(ReloadMode) being called with your argument).
ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder, int, ReloadMode, ThreadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
Constructs the ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the given poll loop time and the given orphan removal strategy (as of AbstractResourcePropertiesBuilderDecorator.reload(ReloadMode) being called with your argument).
ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder, int, ThreadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
Constructs the ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the given poll loop time and orphan removal (as of AbstractResourcePropertiesBuilderDecorator.reload(ReloadMode) being called with true).
ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder, ReloadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
Constructs the ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the the default poll loop time of 10 seconds (as of PollLoopTime.NORM and the given orphan removal strategy (as of AbstractResourcePropertiesBuilderDecorator.reload(ReloadMode) being called with your argument).
ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder, ReloadMode, ThreadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
Constructs the ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with setting the the default poll loop time of 10 seconds (as of PollLoopTime.NORM and the given orphan removal strategy (as of AbstractResourcePropertiesBuilderDecorator.reload(ReloadMode) being called with your argument).
ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder, ThreadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
Constructs the ScheduledResourcePropertiesBuilderDecorator wrapping the given ResourceProperties.ResourcePropertiesBuilder with default settings being a poll loop time of 10 seconds (as of PollLoopTime.NORM and orphan removal (as of AbstractResourcePropertiesBuilderDecorator.reload(ReloadMode) being called with true).
ScheduledResourcePropertiesDecorator - Class in org.refcodes.configuration
The ScheduledResourcePropertiesDecorator decorates ResourceProperties from which the properties are to be reloaded periodically via AbstractResourcePropertiesDecorator.reload(ReloadMode).
ScheduledResourcePropertiesDecorator(ResourceProperties) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesDecorator
Constructs the ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with default settings being a poll loop time of 10 seconds (as of PollLoopTime.NORM and orphan removal (as of AbstractResourcePropertiesDecorator.reload(ReloadMode) being called with true).
ScheduledResourcePropertiesDecorator(ResourceProperties, int) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesDecorator
Constructs the ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the given poll loop time and orphan removal (as of AbstractResourcePropertiesDecorator.reload(ReloadMode) being called with true).
ScheduledResourcePropertiesDecorator(ResourceProperties, int, ReloadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesDecorator
Constructs the ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the given poll loop time and the given orphan removal strategy (as of AbstractResourcePropertiesDecorator.reload(ReloadMode) being called with your argument).
ScheduledResourcePropertiesDecorator(ResourceProperties, int, ReloadMode, ThreadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesDecorator
Constructs the ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the given poll loop time and the given orphan removal strategy (as of AbstractResourcePropertiesDecorator.reload(ReloadMode) being called with your argument).
ScheduledResourcePropertiesDecorator(ResourceProperties, int, ThreadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesDecorator
Constructs the ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the given poll loop time and orphan removal (as of AbstractResourcePropertiesDecorator.reload(ReloadMode) being called with true).
ScheduledResourcePropertiesDecorator(ResourceProperties, ReloadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesDecorator
Constructs the ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the the default poll loop time of 10 seconds (as of PollLoopTime.NORM and the given orphan removal strategy (as of AbstractResourcePropertiesDecorator.reload(ReloadMode) being called with your argument).
ScheduledResourcePropertiesDecorator(ResourceProperties, ReloadMode, ThreadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesDecorator
Constructs the ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with setting the the default poll loop time of 10 seconds (as of PollLoopTime.NORM and the given orphan removal strategy (as of AbstractResourcePropertiesDecorator.reload(ReloadMode) being called with your argument).
ScheduledResourcePropertiesDecorator(ResourceProperties, ThreadMode) - Constructor for class org.refcodes.configuration.ScheduledResourcePropertiesDecorator
Constructs the ScheduledResourcePropertiesDecorator wrapping the given ResourceProperties with default settings being a poll loop time of 10 seconds (as of PollLoopTime.NORM and orphan removal (as of AbstractResourcePropertiesDecorator.reload(ReloadMode) being called with true).
SECTION_BEGIN - Static variable in class org.refcodes.configuration.TomlPropertiesBuilder
 
SECTION_END - Static variable in class org.refcodes.configuration.TomlPropertiesBuilder
 
seekFrom(File) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the for the ConfigLocator (if not provided, then ConfigLocator.ALL is assumed).
seekFrom(File, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the for the ConfigLocator (if not provided, then ConfigLocator.ALL is assumed).
seekFrom(File, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the for the ConfigLocator (if not provided, then ConfigLocator.ALL is assumed).
seekFrom(Class<?>, String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads a properties file from the file path directly or (if not found) from the first folder containing such a file as of the specification for the ConfigLocator (if not provided, then ConfigLocator.ALL is assumed).
seekFrom(Class<?>, String) - Method in class org.refcodes.configuration.TomlPropertiesBuilder
Loads a properties file from the file path directly or (if not found) from the first folder containing such a file as of the specification for the ConfigLocator (if not provided, then ConfigLocator.ALL is assumed).
seekFrom(Class<?>, String, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads a properties file from the file path directly or (if not found) from the first folder containing such a file as of the ConfigLocator.ALL configuration.
seekFrom(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilder
Loads a properties file from the file path directly or (if not found) from the first folder containing such a file as of the ConfigLocator configuration passed.
seekFrom(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
Loads a properties file from the file path directly or (if not found) from the first folder containing such a file as of the ConfigLocator configuration passed.
seekFrom(Class<?>, String, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads a properties file from the file path directly or (if not found) from the first folder containing such a file as of the ConfigLocator configuration passed.
seekFrom(String) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads a properties file from the file path directly or (if not found) from the first folder containing such a file as of the specification for the ConfigLocator (if not provided, then ConfigLocator.ALL is assumed).
seekFrom(String) - Method in class org.refcodes.configuration.TomlPropertiesBuilder
Loads a properties file from the file path directly or (if not found) from the first folder containing such a file as of the specification for the ConfigLocator (if not provided, then ConfigLocator.ALL is assumed).
seekFrom(String, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads a properties file from the file path directly or (if not found) from the first folder containing such a file as of the specification for the ConfigLocator (if not provided, then ConfigLocator.ALL is assumed).
seekFrom(String, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Loads a properties file from the file path directly or (if not found) from the first folder containing such a file as of the specification for the ConfigLocator (if not provided, then ConfigLocator.ALL is assumed).
seekFromJavaProperties(File) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of the ConfigLocator.ALL configuration.
seekFromJavaProperties(String) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of the ConfigLocator.ALL configuration.
seekFromJsonProperties(File) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of the ConfigLocator.ALL configuration.
seekFromJsonProperties(String) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of the ConfigLocator.ALL configuration.
seekFromTomlProperties(File) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of the ConfigLocator.ALL configuration.
seekFromTomlProperties(String) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of the ConfigLocator.ALL configuration.
seekFromXmlProperties(File) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of the ConfigLocator.ALL configuration.
seekFromXmlProperties(String) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of the ConfigLocator.ALL configuration.
seekFromYamlProperties(File) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of the ConfigLocator.ALL configuration.
seekFromYamlProperties(String) - Static method in class org.refcodes.configuration.PropertiesSugar
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification of the ConfigLocator.ALL configuration.
setProperties(Properties) - Method in interface org.refcodes.configuration.PropertiesAccessor.PropertiesMutator
Sets the properties for the Properties property.
setProperties(T) - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
Hook to set the properties.
setPropertiesNotation(PropertiesNotation) - Method in interface org.refcodes.configuration.PropertiesNotationAccessor.PropertiesNotationMutator
Sets the properties notation for the PropertiesNotation property.
size() - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
size() - Method in class org.refcodes.configuration.EnvironmentProperties
size() - Method in class org.refcodes.configuration.JavaProperties
size() - Method in class org.refcodes.configuration.JsonProperties
size() - Method in class org.refcodes.configuration.ProfilePropertiesProjection
size() - Method in class org.refcodes.configuration.PropertiesImpl
size() - Method in class org.refcodes.configuration.PropertiesPrecedenceComposite
size() - Method in class org.refcodes.configuration.SystemProperties
size() - Method in class org.refcodes.configuration.TomlProperties
size() - Method in class org.refcodes.configuration.XmlProperties
size() - Method in class org.refcodes.configuration.YamlProperties
start() - Method in class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
start() - Method in class org.refcodes.configuration.ScheduledResourcePropertiesDecorator
stop() - Method in class org.refcodes.configuration.ScheduledResourcePropertiesBuilderDecorator
stop() - Method in class org.refcodes.configuration.ScheduledResourcePropertiesDecorator
StrictProperties - Interface in org.refcodes.configuration
The StrictProperties extends the Properties with all the getters to throw a KeyNotFoundRuntimeException instead of returning null in case the key was not found.
StrictProperties.MutableStrictProperties - Interface in org.refcodes.configuration
The Interface MutableStrictProperties.
StrictProperties.StrictPropertiesBuilder - Interface in org.refcodes.configuration
The Interface StrictPropertiesBuilder.
StrictPropertiesDecorator - Class in org.refcodes.configuration
The StrictPropertiesDecorator type decorates a Properties instance with all the getters to throw a KeyNotFoundRuntimeException instead of returning null in case the key was not found.
StrictPropertiesDecorator(Properties) - Constructor for class org.refcodes.configuration.StrictPropertiesDecorator
Decorates the provided Properties with additional behavior with all the getters to throw a KeyNotFoundRuntimeException instead of returning null in case the key was not found .
SystemProperties - Class in org.refcodes.configuration
Extension of the Properties type overwriting methods in order to access system properties as passed via the "-Dkey=value" when launching the JVM (e.g.java -Dconsole.width=220) The keys are transformed to a system properties by removing a prefixed "/" path delimiter (as of Properties.getDelimiter() and converting all other path delimiters "/" to the system property's (de facto standard) separator ".".
SystemProperties() - Constructor for class org.refcodes.configuration.SystemProperties
 

T

toByteArray(InputStream) - Static method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Converts a byte array from an InputStream.
toByteArray(InputStream) - Static method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
Converts a byte array from an InputStream.
toDataStructure(String) - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
toDataStructure(String) - Method in class org.refcodes.configuration.EnvironmentProperties
toDataStructure(String) - Method in class org.refcodes.configuration.JavaProperties
toDataStructure(String) - Method in class org.refcodes.configuration.JsonProperties
toDataStructure(String) - Method in class org.refcodes.configuration.ProfilePropertiesProjection
toDataStructure(String) - Method in class org.refcodes.configuration.PropertiesImpl
toDataStructure(String) - Method in class org.refcodes.configuration.PropertiesPrecedenceComposite
toDataStructure(String) - Method in class org.refcodes.configuration.SystemProperties
toDataStructure(String) - Method in class org.refcodes.configuration.TomlProperties
toDataStructure(String) - Method in class org.refcodes.configuration.XmlProperties
toDataStructure(String) - Method in class org.refcodes.configuration.YamlProperties
toDelimiters() - Method in class org.refcodes.configuration.NormalizedPropertiesDecorator
 
toMap() - Method in interface org.refcodes.configuration.Properties
This method creates a Map instance from this Properties instance's elements (key/value-pairs) as of interoperability reasons.
TOML - org.refcodes.configuration.PropertiesNotation
 
TomlProperties - Class in org.refcodes.configuration
Implementation of the ResourceProperties interface with support of so called "TOML properties".
TomlProperties(File) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given File.
TomlProperties(File, char...) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given File.
TomlProperties(File, ConfigLocator) - Constructor for class org.refcodes.configuration.TomlProperties
Loads or seeks the TOML Properties from the given File.
TomlProperties(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.TomlProperties
Loads or seeks the TOML Properties from the given File.
TomlProperties(InputStream) - Constructor for class org.refcodes.configuration.TomlProperties
Reads the TOML Properties from the given InputStream.
TomlProperties(InputStream, char...) - Constructor for class org.refcodes.configuration.TomlProperties
Reads the TOML Properties from the given InputStream.
TomlProperties(Class<?>, String) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given file's path.
TomlProperties(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given file's path.
TomlProperties(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given file's path.
TomlProperties(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given file's path.
TomlProperties(Object) - Constructor for class org.refcodes.configuration.TomlProperties
Create a TomlProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
TomlProperties(String) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given file's path.
TomlProperties(String, char...) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given file's path.
TomlProperties(String, ConfigLocator) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given file's path.
TomlProperties(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given file's path.
TomlProperties(URL) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given URL.
TomlProperties(URL, char...) - Constructor for class org.refcodes.configuration.TomlProperties
Loads the TOML Properties from the given URL.
TomlProperties(Map<?, ?>) - Constructor for class org.refcodes.configuration.TomlProperties
Create a TomlProperties instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
TomlProperties(Properties) - Constructor for class org.refcodes.configuration.TomlProperties
Create a TomlProperties instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
TomlProperties(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.TomlProperties
Create a TomlProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
TomlProperties.TomlPropertiesFactory - Class in org.refcodes.configuration
TomlPropertiesBuilder - Class in org.refcodes.configuration
Implementation of the ResourceProperties.ResourcePropertiesBuilder interface with support of so called "TOML properties".
TomlPropertiesBuilder() - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Create an empty TomlPropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
TomlPropertiesBuilder(File) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given File.
TomlPropertiesBuilder(File, char...) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given File.
TomlPropertiesBuilder(File, ConfigLocator) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads or seeks the TOML properties from the given File.
TomlPropertiesBuilder(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads or seeks the TOML properties from the given File.
TomlPropertiesBuilder(InputStream) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Reads the TOML properties from the given InputStream.
TomlPropertiesBuilder(InputStream, char...) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Reads the TOML properties from the given InputStream.
TomlPropertiesBuilder(Class<?>, String) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given file's path.
TomlPropertiesBuilder(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given file's path.
TomlPropertiesBuilder(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given file's path.
TomlPropertiesBuilder(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given file's path.
TomlPropertiesBuilder(Object) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Create a TomlPropertiesBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
TomlPropertiesBuilder(String) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given file's path.
TomlPropertiesBuilder(String, char...) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given file's path.
TomlPropertiesBuilder(String, ConfigLocator) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given file's path.
TomlPropertiesBuilder(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given file's path.
TomlPropertiesBuilder(URL) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given URL.
TomlPropertiesBuilder(URL, char...) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Loads the TOML properties from the given URL.
TomlPropertiesBuilder(Map<?, ?>) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Create a TomlPropertiesBuilder instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
TomlPropertiesBuilder(Properties) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Create a TomlPropertiesBuilder instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
TomlPropertiesBuilder(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder
Create a TomlPropertiesBuilder instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
TomlPropertiesBuilder.TomlPropertiesBuilderFactory - Class in org.refcodes.configuration
TomlPropertiesBuilderFactory() - Constructor for class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
 
TomlPropertiesFactory() - Constructor for class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
 
toNormalized(String, char, char...) - Static method in class org.refcodes.configuration.NormalizedPropertiesDecorator
 
toNormalized(Properties) - Static method in class org.refcodes.configuration.PropertiesSugar
Decorates the provided Properties with additional behavior by normalizing the key representing the path pointing to the according value.
toNormalized(Properties, char[]) - Static method in class org.refcodes.configuration.PropertiesSugar
Decorates the provided Properties with additional behavior by normalizing the key representing the path pointing to the according value.
toPrecedence(Properties...) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a Properties composite querying the provided Properties in the given order.
toProperties() - Method in interface org.refcodes.configuration.Properties
This method creates a Properties instance from this Properties instance's elements (key/value-pairs) as of interoperability reasons.
toProperties(File) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given File.
toProperties(File) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given File.
toProperties(File, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given File.
toProperties(File, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given File.
toProperties(File, ConfigLocator) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
Loads or seeks the properties from the given File.
toProperties(File, ConfigLocator, char...) - Method in class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
Loads or seeks the properties from the given File.
toProperties(InputStream) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Reads the properties from the given InputStream.
toProperties(InputStream) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
Reads the properties from the given InputStream.
toProperties(InputStream, char...) - Method in class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
Reads the properties from the given InputStream.
toProperties(Class<?>, String) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
Loads the properties from the given file's path.
toProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(Object) - Method in class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Will return ResourceProperties created by the first added ResourcePropertiesFactory instance.
toProperties(Object) - Method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
toProperties(Object) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(Object) - Method in class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
toProperties(String) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(String) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given file's path.
toProperties(String, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(String, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
Loads the properties from the given file's path.
toProperties(String, ConfigLocator, char...) - Method in class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
Loads the properties from the given file's path.
toProperties(URL) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given URL.
toProperties(URL) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
Loads the properties from the given URL.
toProperties(URL, char...) - Method in class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
Loads the properties from the given URL.
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Will return ResourceProperties created by the first added ResourcePropertiesFactory instance.
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
toProperties(Map<?, ?>) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Map<?, ?>) - Method in class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Map instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Will return ResourceProperties created by the first added ResourcePropertiesFactory instance.
toProperties(Properties) - Method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
toProperties(Properties) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties) - Method in class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties instance using the path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.JavaProperties.JavaPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.JavaPropertiesBuilder.JavaPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.JsonProperties.JsonPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.JsonPropertiesBuilder.JsonPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.PolyglotProperties.PolyglotPropertiesFactory
Will return ResourceProperties created by the first added ResourcePropertiesFactory instance.
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory
toProperties(Properties.PropertiesBuilder) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in interface org.refcodes.configuration.ResourcePropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.TomlProperties.TomlPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.TomlPropertiesBuilder.TomlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toProperties(Properties.PropertiesBuilder) - Method in class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
Create a ResourceProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
toPropertiesBuilder() - Static method in class org.refcodes.configuration.PropertiesSugar
toPropertiesBuilder(Properties...) - Static method in class org.refcodes.configuration.PropertiesSugar
toProperty(String, String) - Static method in class org.refcodes.configuration.PropertiesSugar
Creates a Property from the provided key and the provided value.
toPropertyPath(String) - Method in interface org.refcodes.configuration.Properties
Converts the properties for saving; that when saved, them properties will not start with a delimiter, making them (when there are no sub-paths for the properties) look just like normal well known properties, enabling interchangeability with other systems reading the properties.
toRuntimeProfile() - Method in interface org.refcodes.configuration.ProfileProperties
Evaluates the active Runtime-Profiles as of ProfileProperties.getRuntimeProfiles() and creates the according Properties.
toRuntimeProfile(String...) - Method in interface org.refcodes.configuration.ProfileProperties
Evaluates the provided Runtime-Profiles and creates the according Properties.
toSerialized() - Method in class org.refcodes.configuration.AbstractResourceProperties
Produces the external representation of the properties as of the serialized format supported by the implementing class.
toSerialized() - Method in class org.refcodes.configuration.AbstractResourcePropertiesDecorator
Produces the external representation of the properties as of the serialized format supported by the implementing class.
toSerialized() - Method in interface org.refcodes.configuration.ResourceProperties
Produces the external representation of the properties as of the serialized format supported by the implementing class.
toSerialized(char) - Method in class org.refcodes.configuration.AbstractResourceProperties
Produces the external representation of the properties as of the serialized format supported by the implementing class.
toSerialized(char) - Method in class org.refcodes.configuration.AbstractResourcePropertiesBuilderDecorator
Produces the external representation of the properties as of the serialized format supported by the implementing class.
toSerialized(char) - Method in class org.refcodes.configuration.AbstractResourcePropertiesDecorator
Produces the external representation of the properties as of the serialized format supported by the implementing class.
toSerialized(char) - Method in interface org.refcodes.configuration.ResourceProperties.MutableResoureProperties
Produces the external representation of the properties as of the serialized format supported by the implementing class.
toSerialized(char) - Method in interface org.refcodes.configuration.ResourceProperties
Produces the external representation of the properties as of the serialized format supported by the implementing class.

V

VALUE_ATTRIBUTES - Static variable in interface org.refcodes.configuration.ResourceProperties
The names specified in this array denote a key which's value is to be used for the parent's path's value when parsing a configuration file.
valueOf(String) - Static method in enum org.refcodes.configuration.PropertiesNotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.configuration.PropertiesPath
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.configuration.ReloadMode
Returns the enum constant of this type with the specified name.
values() - Method in class org.refcodes.configuration.AbstractPropertiesDecorator
values() - Method in class org.refcodes.configuration.EnvironmentProperties
values() - Method in class org.refcodes.configuration.JavaProperties
values() - Method in class org.refcodes.configuration.JsonProperties
values() - Method in class org.refcodes.configuration.ProfilePropertiesProjection
values() - Method in class org.refcodes.configuration.PropertiesImpl
values() - Static method in enum org.refcodes.configuration.PropertiesNotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.configuration.PropertiesPath
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.refcodes.configuration.PropertiesPrecedenceComposite
values() - Static method in enum org.refcodes.configuration.ReloadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.refcodes.configuration.SystemProperties
values() - Method in class org.refcodes.configuration.TomlProperties
values() - Method in class org.refcodes.configuration.XmlProperties
values() - Method in class org.refcodes.configuration.YamlProperties

W

withAppendProperties(Properties) - Method in interface org.refcodes.configuration.PropertiesPrecedence.PropertiesPrecedenceBuilder
withFile(File) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the method ConfigLocator.getFolders().
withFile(File, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the method ConfigLocator.getFolders().
withFile(File, ConfigLocator) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the method ConfigLocator.getFolders().
withFile(File, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the method ConfigLocator.getFolders().
withFilePath(Class<?>, String) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the method ConfigLocator.getFolders().
withFilePath(Class<?>, String, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the method ConfigLocator.getFolders().
withFilePath(Class<?>, String, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the method ConfigLocator.getFolders().
withFilePath(String) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the method ConfigLocator.getFolders().
withFilePath(String, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the method ConfigLocator.getFolders().
withFilePath(String, ConfigLocator, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads a properties file from the file directly or (if not found) from first folder containing such a file as of the specification for the method ConfigLocator.getFolders().
withInputStream(InputStream) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Reads the properties from the given InputStream.
withInputStream(InputStream, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Reads the properties from the given InputStream.
withInsert(Object) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withInsert(Object) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withInsert(Object) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withInsert(Object) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withInsert(String, Object, String) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withInsert(String, Object, String) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withInsert(String, Object, String) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withInsert(String, Object, String) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withInsert(String, Properties, String) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
Method to semantically emphasize that we support our own types.
withInsert(Properties) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
Method to semantically emphasize that we support our own types.
withInsertFrom(Object, String) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withInsertFrom(Object, String) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withInsertFrom(Object, String) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withInsertFrom(Object, String) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withInsertFrom(Properties, String) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
Method to semantically emphasize that we support our own types.
withInsertTo(String, Object) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withInsertTo(String, Object) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withInsertTo(String, Object) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withInsertTo(String, Object) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withInsertTo(String, Properties) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
Method to semantically emphasize that we support our own types.
withLoadFrom(File) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withLoadFrom(File, char...) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withLoadFrom(InputStream) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withLoadFrom(InputStream, char...) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withLoadFrom(Class<?>, String) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withLoadFrom(Class<?>, String, char...) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withLoadFrom(String) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withLoadFrom(String, char...) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withLoadFrom(URL) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withLoadFrom(URL, char...) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withPrependProperties(Properties) - Method in interface org.refcodes.configuration.PropertiesPrecedence.PropertiesPrecedenceBuilder
withProperties(Properties) - Method in interface org.refcodes.configuration.PropertiesAccessor.PropertiesBuilder
Sets the properties for the Properties property.
withPropertiesNotation(PropertiesNotation) - Method in interface org.refcodes.configuration.PropertiesNotationAccessor.PropertiesNotationBuilder
Sets the properties notation for the PropertiesNotation property.
withPut(String, String) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withPut(String, String) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withPut(String, String) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withPut(String, String) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withPut(Relation<String, String>) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withPut(Relation<String, String>) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withPut(Relation<String, String>) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withPut(Relation<String, String>) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withPutBoolean(String, Boolean) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withPutBoolean(String, Boolean) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withPutBoolean(String, Boolean) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withPutBoolean(String, Boolean) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withPutByte(String, Byte) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withPutByte(String, Byte) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withPutByte(String, Byte) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withPutByte(String, Byte) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withPutDouble(String, Double) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withPutDouble(String, Double) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withPutDouble(String, Double) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withPutDouble(String, Double) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withPutFloat(String, Float) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withPutFloat(String, Float) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withPutFloat(String, Float) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withPutFloat(String, Float) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withPutInteger(String, Integer) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withPutInteger(String, Integer) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withPutInteger(String, Integer) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withPutInteger(String, Integer) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withPutLong(String, Long) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withPutLong(String, Long) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withPutLong(String, Long) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withPutLong(String, Long) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withPutShort(String, Short) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withPutShort(String, Short) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withPutShort(String, Short) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withPutShort(String, Short) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withRemoveFrom(String) - Method in interface org.refcodes.configuration.ProfileProperties.ProfilePropertiesBuilder
withRemoveFrom(String) - Method in interface org.refcodes.configuration.Properties.PropertiesBuilder
withRemoveFrom(String) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withRemoveFrom(String) - Method in interface org.refcodes.configuration.StrictProperties.StrictPropertiesBuilder
withSeekFrom(File) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withSeekFrom(File, char...) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withSeekFrom(Class<?>, String) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withSeekFrom(Class<?>, String, char...) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withSeekFrom(Class<?>, ConfigLocator, String, char...) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withSeekFrom(String) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withSeekFrom(String, char...) - Method in interface org.refcodes.configuration.ResourceProperties.ResourcePropertiesBuilder
withUrl(URL) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads the properties from the given URL.
withUrl(URL, char...) - Method in interface org.refcodes.configuration.ResourcePropertiesMixin
Loads the properties from the given URL.

X

XML - org.refcodes.configuration.PropertiesNotation
 
XmlProperties - Class in org.refcodes.configuration
Implementation of the ResourceProperties interface with support of so called "XML properties".
XmlProperties(File) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given File.
XmlProperties(File, char...) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given File.
XmlProperties(File, ConfigLocator) - Constructor for class org.refcodes.configuration.XmlProperties
Loads or seeks the XML Properties from the given File.
XmlProperties(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.XmlProperties
Loads or seeks the XML Properties from the given File.
XmlProperties(InputStream) - Constructor for class org.refcodes.configuration.XmlProperties
Reads the XML Properties from the given InputStream.
XmlProperties(InputStream, char...) - Constructor for class org.refcodes.configuration.XmlProperties
Reads the XML Properties from the given InputStream.
XmlProperties(Class<?>, String) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given file's path.
XmlProperties(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given file's path.
XmlProperties(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given file's path.
XmlProperties(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given file's path.
XmlProperties(Object) - Constructor for class org.refcodes.configuration.XmlProperties
Create a XmlProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
XmlProperties(String) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given file's path.
XmlProperties(String, char...) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given file's path.
XmlProperties(String, ConfigLocator) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given file's path.
XmlProperties(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given file's path.
XmlProperties(URL) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given URL.
XmlProperties(URL, char...) - Constructor for class org.refcodes.configuration.XmlProperties
Loads the XML Properties from the given URL.
XmlProperties(Map<?, ?>) - Constructor for class org.refcodes.configuration.XmlProperties
Create a XmlProperties instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
XmlProperties(Properties) - Constructor for class org.refcodes.configuration.XmlProperties
Create a XmlProperties instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
XmlProperties(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.XmlProperties
Create a XmlProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
XmlProperties.XmlPropertiesFactory - Class in org.refcodes.configuration
XmlPropertiesBuilder - Class in org.refcodes.configuration
Implementation of the ResourceProperties.ResourcePropertiesBuilder interface with support of so called "XML properties" (or just "properties").
XmlPropertiesBuilder() - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Create an empty XmlPropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
XmlPropertiesBuilder(File) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given File.
XmlPropertiesBuilder(File, char...) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given File.
XmlPropertiesBuilder(File, ConfigLocator) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads or seeks the XML properties from the given File.
XmlPropertiesBuilder(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads or seeks the XML properties from the given File.
XmlPropertiesBuilder(InputStream) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Reads the XML properties from the given InputStream.
XmlPropertiesBuilder(InputStream, char...) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Reads the XML properties from the given InputStream.
XmlPropertiesBuilder(Class<?>, String) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given file's path.
XmlPropertiesBuilder(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given file's path.
XmlPropertiesBuilder(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given file's path.
XmlPropertiesBuilder(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given file's path.
XmlPropertiesBuilder(Object) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Create a XmlPropertiesBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
XmlPropertiesBuilder(String) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given file's path.
XmlPropertiesBuilder(String, char...) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given file's path.
XmlPropertiesBuilder(String, ConfigLocator) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given file's path.
XmlPropertiesBuilder(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given file's path.
XmlPropertiesBuilder(URL) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given URL.
XmlPropertiesBuilder(URL, char...) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Loads the XML properties from the given URL.
XmlPropertiesBuilder(Map<?, ?>) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Create a XmlPropertiesBuilder instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
XmlPropertiesBuilder(Properties) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Create a XmlPropertiesBuilder instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
XmlPropertiesBuilder(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder
Create a XmlPropertiesBuilder instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
XmlPropertiesBuilder.XmlPropertiesBuilderFactory - Class in org.refcodes.configuration
XmlPropertiesBuilderFactory() - Constructor for class org.refcodes.configuration.XmlPropertiesBuilder.XmlPropertiesBuilderFactory
 
XmlPropertiesFactory() - Constructor for class org.refcodes.configuration.XmlProperties.XmlPropertiesFactory
 

Y

YAML - org.refcodes.configuration.PropertiesNotation
 
YamlProperties - Class in org.refcodes.configuration
Implementation of the ResourceProperties interface with support of so called "YAML properties".
YamlProperties(File) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given File.
YamlProperties(File, char...) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given File.
YamlProperties(File, ConfigLocator) - Constructor for class org.refcodes.configuration.YamlProperties
Loads or seeks the YAML Properties from the given File.
YamlProperties(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.YamlProperties
Loads or seeks the YAML Properties from the given File.
YamlProperties(InputStream) - Constructor for class org.refcodes.configuration.YamlProperties
Reads the YAML Properties from the given InputStream.
YamlProperties(InputStream, char...) - Constructor for class org.refcodes.configuration.YamlProperties
Reads the YAML Properties from the given InputStream.
YamlProperties(Class<?>, String) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given file's path.
YamlProperties(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given file's path.
YamlProperties(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given file's path.
YamlProperties(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given file's path.
YamlProperties(Object) - Constructor for class org.refcodes.configuration.YamlProperties
Create a YamlProperties instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
YamlProperties(String) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given file's path.
YamlProperties(String, char...) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given file's path.
YamlProperties(String, ConfigLocator) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given file's path.
YamlProperties(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given file's path.
YamlProperties(URL) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given URL.
YamlProperties(URL, char...) - Constructor for class org.refcodes.configuration.YamlProperties
Loads the YAML Properties from the given URL.
YamlProperties(Map<?, ?>) - Constructor for class org.refcodes.configuration.YamlProperties
Create a YamlProperties instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
YamlProperties(Properties) - Constructor for class org.refcodes.configuration.YamlProperties
Create a YamlProperties instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
YamlProperties(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.YamlProperties
Create a YamlProperties instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
YamlProperties.YamlPropertiesFactory - Class in org.refcodes.configuration
YamlPropertiesBuilder - Class in org.refcodes.configuration
Implementation of the ResourceProperties.ResourcePropertiesBuilder interface with support of so called "YAML properties" (or just "properties").
YamlPropertiesBuilder() - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Create an empty YamlPropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
YamlPropertiesBuilder(File) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given File.
YamlPropertiesBuilder(File, char...) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given File.
YamlPropertiesBuilder(File, ConfigLocator) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads or seeks the YAML properties from the given File.
YamlPropertiesBuilder(File, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads or seeks the YAML properties from the given File.
YamlPropertiesBuilder(InputStream) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Reads the YAML properties from the given InputStream.
YamlPropertiesBuilder(InputStream, char...) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Reads the YAML properties from the given InputStream.
YamlPropertiesBuilder(Class<?>, String) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given file's path.
YamlPropertiesBuilder(Class<?>, String, char...) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given file's path.
YamlPropertiesBuilder(Class<?>, String, ConfigLocator) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given file's path.
YamlPropertiesBuilder(Class<?>, String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given file's path.
YamlPropertiesBuilder(Object) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Create a YamlPropertiesBuilder instance containing the elements as of PathMap.MutablePathMap.insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations: "Inspects the given object and adds all elements found in the given object.
YamlPropertiesBuilder(String) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given file's path.
YamlPropertiesBuilder(String, char...) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given file's path.
YamlPropertiesBuilder(String, ConfigLocator) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given file's path.
YamlPropertiesBuilder(String, ConfigLocator, char...) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given file's path.
YamlPropertiesBuilder(URL) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given URL.
YamlPropertiesBuilder(URL, char...) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Loads the YAML properties from the given URL.
YamlPropertiesBuilder(Map<?, ?>) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Create a YamlPropertiesBuilder instance containing the elements of the provided Map instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
YamlPropertiesBuilder(Properties) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Create a YamlPropertiesBuilder instance containing the elements of the provided Properties instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
YamlPropertiesBuilder(Properties.PropertiesBuilder) - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder
Create a YamlPropertiesBuilder instance containing the elements of the provided Properties.PropertiesBuilder instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations
YamlPropertiesBuilder.YamlPropertiesBuilderFactory - Class in org.refcodes.configuration
YamlPropertiesBuilderFactory() - Constructor for class org.refcodes.configuration.YamlPropertiesBuilder.YamlPropertiesBuilderFactory
 
YamlPropertiesFactory() - Constructor for class org.refcodes.configuration.YamlProperties.YamlPropertiesFactory
 

_

_properties - Variable in class org.refcodes.configuration.AbstractResourceProperties
 
_properties - Variable in class org.refcodes.configuration.PropertiesImpl
 
_properties - Variable in class org.refcodes.configuration.PropertiesPrecedenceComposite
 
_propertiesFile - Variable in class org.refcodes.configuration.AbstractResourcePropertiesBuilder
 
A C D E F G I J K L N O P Q R S T V W X Y _