Module dev.orne.config
Package dev.orne.config
package dev.orne.config
Configuration management system.
Provides an abstract method to retrieve configuration parameters to the
libraries and applications in a underlying configuration storage agnostic
way.
- Since:
- 1.0
-
ClassDescriptionApache Commons
ImmutableConfigurationbased configuration builder.Apache CommonsConfigurationbased mutable configuration builder.Configuration properties provider.ConfigBuilder<S extends ConfigBuilder<S>>Configuration builder.Engine of cryptography transformations for configuration values.Provider of cryptographic transformations for configuration values.Base exception thrown by providers of cryptography transformations for configuration values.Exception exception thrown by providers of cryptography transformations for wrong secret key (password).Exception thrown during configuration operations.Generic interface forConfigproviders.Available configuration instances provider builder.Interface for classes suitable for configuration.Marks a property as automatically configurable.Sets the configuration preferences for theConfigurableclass.Generic interface for configurable components configurer.Configuration values cryptography transformations provider builder.Required engine configuration values cryptography transformations provider builder.Required secret key configuration values cryptography transformations provider builder.A configuration that delegates all operations to another configuration.A mutable configuration that delegates all operations to another configuration.A watchable mutable configuration that delegates all operations to another configuration.Environment variables based configuration builder.Configuration properties provider with properties mutable at runtime.Watchable mutable configuration properties provider that can be saved to file system.JsonConfigBaseBuilder<S extends JsonConfigBaseBuilder<S>>JSON files based configuration base builder.JSON files based configuration builder.JSON files based mutable configuration builder.MutableCapableConfigBuilder<S extends MutableCapableConfigBuilder<S>>Configuration builder that can be made mutable.Configuration properties provider with properties mutable at runtime.MutableConfigBuilder<S extends MutableConfigBuilder<S>>Mutable configuration builder.Exception thrown when configuration property keys cannot be iterated.Preferencesbased configuration builder.Preferencesbased configuration node selection builder.Mutable configuration properties provider based on Java Preferences.Preferencesbased mutable configuration builder.Sets the preferredConfigsubtype(s).PropertiesConfigBaseBuilder<S extends PropertiesConfigBaseBuilder<S>>Propertiesbased configuration builder.Propertiesbased configuration builder.Propertiesbased mutable configuration builder.SpringEnvironmentbased configuration builder.SpringEnvironmentbased configuration environment selection builder.Systemproperties based configuration builder.Interface of configuration property values decoders.Interface of configuration property values decorators.Interface of configuration property values encoders.Watchable mutable configuration properties provider.Mutable configuration changes listener.XmlConfigBaseBuilder<S extends XmlConfigBaseBuilder<S>>XML files based configuration base builder.XML files based configuration builder.XML files based mutable configuration builder.YamlConfigBaseBuilder<S extends YamlConfigBaseBuilder<S>>YAML files based configuration base builder.YAML files based configuration builder.YAML files based mutable configuration builder.