|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationKey | |
---|---|
de.smartics.properties.api.config.app | Provides application configurations to be used by clients to this library. |
de.smartics.properties.api.config.domain | Provides domain objects for configuration. |
de.smartics.properties.api.config.domain.key | Provides runtime structures to access property values. |
de.smartics.properties.config.transfer.filesystem | Provides an implementation for writing property definitions to a file system. |
de.smartics.properties.impl.config.cache | Provides a ConfigurationPropertiesManagement implementation that provides a cache. |
de.smartics.properties.impl.config.classpath | Provides a ConfigurationProperties implementation based on Properties that provides properties from registered declarations and definitions on the class path. |
de.smartics.properties.impl.config.domain.key.envapp | Provides a configuration key implementation that supports an environment and an application identifier. |
de.smartics.properties.impl.config.domain.key.rtaware | Provides a configuration key implementation that is runtime aware. |
de.smartics.properties.impl.config.ds | Provides a SerializableConfigurationPropertiesManagement implementation based on DataSource . |
de.smartics.properties.impl.config.jndi | Provides a SerializableConfigurationPropertiesManagement implementation based on JNDI. |
de.smartics.properties.impl.config.properties | Provides a ConfigurationProperties implementation based on Properties . |
de.smartics.properties.impl.config.resource | Provides a SerializableConfigurationPropertiesManagement implementation based on accessing remote resources. |
de.smartics.properties.spi.config.definition | Provides helpers to deal with definition.xml information. |
de.smartics.properties.spi.config.domain | Provides domain objects for configuration. |
de.smartics.properties.spi.config.domain.key | Provides service infrastructure to deal with configuration keys. |
de.smartics.properties.spi.config.ds | Provides implementations to provide access to data sources from configuration factories. |
de.smartics.properties.spi.config.resolve | Provides an interface to the resolving placeholders. |
de.smartics.properties.spi.config.support | Provides helpers for service provider to implement ConfigurationPropertiesFactory . |
Uses of ConfigurationKey in de.smartics.properties.api.config.app |
---|
Methods in de.smartics.properties.api.config.app that return types with arguments of type ConfigurationKey | |
---|---|
Collection<ConfigurationKey<?>> |
ConfigurationPropertiesFactory.getRegisteredConfigurationKeys() Returns a list of keys to the registered configurations. |
Collection<ConfigurationKey<?>> |
ConfigurationPropertiesFactory.materialize() Materializes all configurations found by this factory. |
Methods in de.smartics.properties.api.config.app with parameters of type ConfigurationKey | |
---|---|
ConfigurationProperties |
ConfigurationPropertiesFactory.create(ConfigurationKey<?> key) Returns the configuration properties for the given key . |
ConfigurationPropertiesManagement |
ConfigurationPropertiesFactory.createManagement(ConfigurationKey<?> key) Returns the configuration properties for the given key . |
Uses of ConfigurationKey in de.smartics.properties.api.config.domain |
---|
Methods in de.smartics.properties.api.config.domain that return ConfigurationKey | |
---|---|
ConfigurationKey<?> |
PropertyProvider.getConfigurationKey() The key of the configuration this property provider provides properties for. |
ConfigurationKey<?> |
PropertyIndex.getConfigurationKey() Returns the key to the configuration the properties are part of. |
ConfigurationKey<?> |
DescribedProperty.getConfigurationKey() Returns the identifier of the configuration this property is part of. |
ConfigurationKey<?> |
ConfigurationProperties.getKey() Returns the key of the configuration. |
ConfigurationKey<?> |
ConfigurationMessageBean.getKey() Returns the key to the configuration that signaled problems. |
ConfigurationKey<?> |
ConfigurationException.getKey() Returns the key to the configuration that signaled problems. |
Methods in de.smartics.properties.api.config.domain that return types with arguments of type ConfigurationKey | |
---|---|
Collection<ConfigurationKey<?>> |
ConfigurationRepositoryManagement.getKeys() Returns the list of keys with configuration properties. |
Methods in de.smartics.properties.api.config.domain with parameters of type ConfigurationKey | |
---|---|
static PropertyStoreMessageBean |
PropertyStoreMessageBean.collection(Throwable cause, ConfigurationKey<?> configurationKey) Creates a message bean for PropertyStoreCode.CANNOT_GET_PROPERTY_COLLECTION . |
ConfigurationPropertiesManagement |
ConfigurationRepositoryManagement.deregisterProperties(ConfigurationKey<?> key) Removes the configuration properties for the given configuration key. |
ConfigurationProperties |
ConfigurationRepository.getProperties(ConfigurationKey<?> key) Fetches the properties for the given configuration key . |
ConfigurationPropertiesManagement |
ConfigurationRepositoryManagement.getPropertiesManagement(ConfigurationKey<?> key) Fetches the properties management for the given configuration key. |
ConfigurationPropertiesManagement |
ConfigurationRepositoryManagement.getPropertiesManagementWithDefaults(ConfigurationKey<?> key) Fetches the properties management for the given configuration key. |
boolean |
ConfigurationRepositoryManagement.hasPropertiesManagement(ConfigurationKey<?> key) Checks if a properties management for the given configuration key is present. |
void |
ConfigurationRepositoryManagement.registerProperties(ConfigurationKey<?> key, ConfigurationPropertiesManagement configurationProperties) Registers the given configuration properties for the given configuration key . |
Uses of ConfigurationKey in de.smartics.properties.api.config.domain.key |
---|
Classes in de.smartics.properties.api.config.domain.key with type parameters of type ConfigurationKey | |
---|---|
interface |
ConfigurationKey<T extends ConfigurationKey<?>> The configuration key identifies a configuration. |
interface |
ConfigurationKeyFactory<T extends ConfigurationKey<?>> A factory to create special configuration keys. |
Methods in de.smartics.properties.api.config.domain.key that return ConfigurationKey | |
---|---|
ConfigurationKey<T> |
ConfigurationKeyFactory.createDefaultKey() Creates a default key that references any configuration. |
ConfigurationKey<?> |
ConfigurationKeyFactory.createKey(ApplicationId applicationId) Creates a key dependent on the given application. |
ConfigurationKey<?> |
ConfigurationKeyFactory.createKey(ConfigurationKey<?> key, ApplicationId appId) Create a key based on properties provided by the given key, but for the given application. |
ConfigurationKey<?> |
ConfigurationKeyFactory.createKeyFromString(String key) Creates a key from parsing its string representation. |
ConfigurationKey<?> |
ConfigurationKeyFactory.createStaticKey(ConfigurationKey<?> key) Create a key based on the given key, but the new created key shall have only the static parts of the given key. |
ConfigurationKey<?> |
ConfigurationKeyFactory.createUniqueKey(String id) Creates a unique key with the given identifier. |
ConfigurationKey<?> |
ConfigurationKeyHelper.load(ApplicationId applicationId) Loads the configuration key using the given applicationId and determines the environmentId through system properties or defaults (null for the environment and hostname for the node). |
ConfigurationKey<?> |
ConfigurationKeyHelper.load(Class<?> locator) Loads the application identifier from the manifest file pointed at by the given locator class. |
ConfigurationKey<?> |
ConfigurationKeyHelper.load(EnvironmentId environmentId, Class<?> locator) Loads the application identifier from the manifest file pointed at by the given locator class. |
ConfigurationKey<?> |
ConfigurationKeyHelper.load(String environmentName, Class<?> locator) Loads the application identifier from the manifest file pointed at by the given locator class. |
Methods in de.smartics.properties.api.config.domain.key that return types with arguments of type ConfigurationKey | |
---|---|
List<ConfigurationKey<?>> |
KeyListBuilder.createKeyList(ConfigurationKey<?> key) Creates a list of keys to search for properties value in a given order. |
Methods in de.smartics.properties.api.config.domain.key with parameters of type ConfigurationKey | |
---|---|
ConfigurationKey<?> |
ConfigurationKeyFactory.createKey(ConfigurationKey<?> key, ApplicationId appId) Create a key based on properties provided by the given key, but for the given application. |
List<ConfigurationKey<?>> |
KeyListBuilder.createKeyList(ConfigurationKey<?> key) Creates a list of keys to search for properties value in a given order. |
ConfigurationKey<?> |
ConfigurationKeyFactory.createStaticKey(ConfigurationKey<?> key) Create a key based on the given key, but the new created key shall have only the static parts of the given key. |
Uses of ConfigurationKey in de.smartics.properties.config.transfer.filesystem |
---|
Constructors in de.smartics.properties.config.transfer.filesystem with parameters of type ConfigurationKey | |
---|---|
TransferMessageBean(TransferFileCode code, ConfigurationKey<?> key, File targetFolder) Constructor without cause. |
|
TransferMessageBean(TransferFileCode code, Throwable cause, ConfigurationKey<?> key, File targetFolder) Default constructor. |
Uses of ConfigurationKey in de.smartics.properties.impl.config.cache |
---|
Methods in de.smartics.properties.impl.config.cache that return ConfigurationKey | |
---|---|
ConfigurationKey<?> |
AbstractCacheConfigurationPropertiesManagement.getKey() |
Constructors in de.smartics.properties.impl.config.cache with parameters of type ConfigurationKey | |
---|---|
AbstractCacheConfigurationPropertiesManagement(ConfigurationKey<?> configurationKey) Default constructor. |
Uses of ConfigurationKey in de.smartics.properties.impl.config.classpath |
---|
Methods in de.smartics.properties.impl.config.classpath with parameters of type ConfigurationKey | |
---|---|
protected ClasspathConfigurationProperties |
ClasspathConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) |
Constructors in de.smartics.properties.impl.config.classpath with parameters of type ConfigurationKey | |
---|---|
ClasspathConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter) Default constructor. |
|
ClasspathConfigurationProperties(ConfigurationKey<?> key, PropertyValueSecurity decrypter) Convenience constructor using its own registry. |
Uses of ConfigurationKey in de.smartics.properties.impl.config.domain.key.envapp |
---|
Classes in de.smartics.properties.impl.config.domain.key.envapp that implement ConfigurationKey | |
---|---|
class |
AbstractConfigurationKey<T extends AbstractConfigurationKey<T>> Abstract base implementation to be extended by subclasses that want to add additional key components to environment and application. |
class |
EnvAppConfigurationKey The configuration key identifies a configuration with environment and application information. |
Methods in de.smartics.properties.impl.config.domain.key.envapp that return ConfigurationKey | |
---|---|
ConfigurationKey<?> |
EnvAppConfigurationKeyBuilder.build() Creates an ConfigurationKey instance. |
ConfigurationKey<?> |
AbstractPropertiesDefinitionContext.getKey(String path) Returns the configuration key associated with the given path . |
ConfigurationKey<?> |
EnvAppDefinitionKeyHelper.parse(String pathWithFile) Parses the given path to create a configuration key. |
protected ConfigurationKey<?> |
EnvAppDefinitionConfigParser.readKey(org.jdom.Element element) |
protected abstract ConfigurationKey<?> |
AbstractDefinitionConfigParser.readKey(org.jdom.Element element) Parses the configuration key. |
Uses of ConfigurationKey in de.smartics.properties.impl.config.domain.key.rtaware |
---|
Classes in de.smartics.properties.impl.config.domain.key.rtaware that implement ConfigurationKey | |
---|---|
class |
TenantUserConfigurationKey The configuration key identifies a configuration with environment and application information. |
Methods in de.smartics.properties.impl.config.domain.key.rtaware that return ConfigurationKey | |
---|---|
ConfigurationKey<?> |
TenantUserDefinitionKeyHelper.parse(String pathWithFile) Parses the given path to create a configuration key. |
protected ConfigurationKey<?> |
TenantUserDefinitionConfigParser.readKey(org.jdom.Element element) |
Uses of ConfigurationKey in de.smartics.properties.impl.config.ds |
---|
Methods in de.smartics.properties.impl.config.ds with parameters of type ConfigurationKey | |
---|---|
protected ConfigurationPropertiesManagement |
DataSourceConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) |
protected ConfigurationPropertiesManagement |
AutodetectDataSourceConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) |
void |
DataSourceConfigurationPropertiesFactory.setDataSourceProxy(ConfigurationKey<?> configurationKey, DataSourceProxy dataSourceProxy) Sets the proxy to the data source that provides properties information. |
void |
DataSourceConfigurationPropertiesFactory.setManager(ConfigurationKey<?> configurationKey, PropertiesStore manager) Sets the proxy to the data source manager that provides properties information. |
Constructors in de.smartics.properties.impl.config.ds with parameters of type ConfigurationKey | |
---|---|
DataSourceConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertiesStore store, PropertyValueSecurity decrypter) Default constructor. |
Uses of ConfigurationKey in de.smartics.properties.impl.config.jndi |
---|
Methods in de.smartics.properties.impl.config.jndi with parameters of type ConfigurationKey | |
---|---|
static PropertyStoreMessageBean |
JndiPropertyStoreMessageBean.collection(Throwable cause, ConfigurationKey<?> configurationKey) Creates a message bean for JndiPropertyStoreCode.CANNOT_GET_PROPERTY_COLLECTION . |
protected JndiConfigurationProperties |
JndiConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) Creates an empty instance of the configuration properties instance. |
Constructors in de.smartics.properties.impl.config.jndi with parameters of type ConfigurationKey | |
---|---|
JndiConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter) Default constructor. |
|
JndiPropertyStoreMessageBean(JndiPropertyStoreCode code, ConfigurationKey<?> configurationKey, String propertyName) Constructor without cause. |
|
JndiPropertyStoreMessageBean(JndiPropertyStoreCode code, Throwable cause, ConfigurationKey<?> configurationKey, String propertyName) Default constructor. |
Uses of ConfigurationKey in de.smartics.properties.impl.config.properties |
---|
Methods in de.smartics.properties.impl.config.properties with parameters of type ConfigurationKey | |
---|---|
protected PropertiesConfigurationProperties |
PropertiesConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) |
Constructors in de.smartics.properties.impl.config.properties with parameters of type ConfigurationKey | |
---|---|
PropertiesConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertyValueSecurity decrypter) Default constructor. |
|
PropertiesConfigurationProperties(ConfigurationKey<?> key, PropertyValueSecurity decrypter) Convenience constructor using its own registry. |
Uses of ConfigurationKey in de.smartics.properties.impl.config.resource |
---|
Methods in de.smartics.properties.impl.config.resource with parameters of type ConfigurationKey | |
---|---|
protected ConfigurationPropertiesManagement |
ResourceConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) |
Uses of ConfigurationKey in de.smartics.properties.spi.config.definition |
---|
Methods in de.smartics.properties.spi.config.definition that return ConfigurationKey | |
---|---|
ConfigurationKey<?> |
PropertiesDefinitionContext.getKey(String path) Returns the configuration key associated with the given path . |
ConfigurationKey<?> |
OneKeyPropertiesDefinitionContext.getKey(String path) |
ConfigurationKey<?> |
DefinitionKeyHelper.parse(String pathWithFile) Parses the given path to create a configuration key. |
Constructors in de.smartics.properties.spi.config.definition with parameters of type ConfigurationKey | |
---|---|
OneKeyPropertiesDefinitionContext(ConfigurationKey<?> configurationKey) Default constructor. |
Uses of ConfigurationKey in de.smartics.properties.spi.config.domain |
---|
Methods in de.smartics.properties.spi.config.domain that return ConfigurationKey | |
---|---|
ConfigurationKey<?> |
ConfigurationPropertiesProxy.getKey() Returns the key of the configuration properties instance is to be associated with. |
Constructors in de.smartics.properties.spi.config.domain with parameters of type ConfigurationKey | |
---|---|
ConfigurationPropertiesManagementProxy(ConfigurationKey<?> key, ConfigurationPropertiesFactory factory) Default constructor. |
|
ConfigurationPropertiesProxy(ConfigurationKey<?> key, ConfigurationPropertiesFactory factory) Default constructor. |
Uses of ConfigurationKey in de.smartics.properties.spi.config.domain.key |
---|
Methods in de.smartics.properties.spi.config.domain.key that return ConfigurationKey | |
---|---|
ConfigurationKey<?> |
PropertiesResourceMatcher.getConfigurationKey() Returns the configuration key the matcher is responsible for. |
ConfigurationKey<?> |
PathMatcher.getConfigurationKey() Returns the configuration key the matcher is responsible for. |
ConfigurationKey<?> |
PropertyResourceMatchers.getKey(String resourceId) Returns the key for the given resource identifier. |
Methods in de.smartics.properties.spi.config.domain.key with parameters of type ConfigurationKey | |
---|---|
static PathMatcher |
PathMatcher.forMatchers(ConfigurationKey<?> configurationKey, List<PathMatcher.Matcher> matchers) Constructs an instance based on the given matchers. |
static PathMatcher |
PathMatcher.forPaths(ConfigurationKey<?> configurationKey, List<String> paths) Constructs an instance based on the given paths. |
Constructors in de.smartics.properties.spi.config.domain.key with parameters of type ConfigurationKey | |
---|---|
PropertyResourceMatchers(ConfigurationKey<?> anyKey, List<PropertiesResourceMatcher> matchers) Default constructor. |
Uses of ConfigurationKey in de.smartics.properties.spi.config.ds |
---|
Methods in de.smartics.properties.spi.config.ds that return ConfigurationKey | |
---|---|
ConfigurationKey<?> |
DataSourceConfigurationPropertyProvider.getConfigurationKey() |
Constructors in de.smartics.properties.spi.config.ds with parameters of type ConfigurationKey | |
---|---|
DataSourceConfigurationPropertyProvider(ConfigurationKey<?> configurationKey, PropertiesStore manager) Default constructor. |
Uses of ConfigurationKey in de.smartics.properties.spi.config.resolve |
---|
Methods in de.smartics.properties.spi.config.resolve that return ConfigurationKey | |
---|---|
ConfigurationKey<?> |
ResolveContext.getKey() Returns the unique identifier of the wrapped properties configuration. |
ConfigurationKey<?> |
ConfigurationPropertiesResolveContext.getKey() Returns the unique identifier of the wrapped properties configuration. |
Constructors in de.smartics.properties.spi.config.resolve with parameters of type ConfigurationKey | |
---|---|
ResolveConfigurationException(ConfigurationKey<?> key, String expression) Convenience constructor without a root cause. |
|
ResolveConfigurationException(Throwable cause, ConfigurationKey<?> key, String expression) Default constructor. |
Uses of ConfigurationKey in de.smartics.properties.spi.config.support |
---|
Methods in de.smartics.properties.spi.config.support that return ConfigurationKey | |
---|---|
ConfigurationKey<?> |
PropertiesPropertyProvider.getConfigurationKey() |
ConfigurationKey<?> |
InMemoryPropertiesManager.getConfigurationKey() Returns the key of the configuration whose properties are managed. |
ConfigurationKey<?> |
AbstractConfigurationProperties.getKey() |
Methods in de.smartics.properties.spi.config.support that return types with arguments of type ConfigurationKey | |
---|---|
Collection<ConfigurationKey<?>> |
InMemoryConfigurationRepositoryManagement.getKeys() |
Collection<ConfigurationKey<?>> |
AbstractConfigurationPropertiesFactory.getRegisteredConfigurationKeys() |
Collection<ConfigurationKey<?>> |
AbstractConfigurationPropertiesFactory.materialize() |
Methods in de.smartics.properties.spi.config.support with parameters of type ConfigurationKey | |
---|---|
ConfigurationPropertiesManagement |
ConfigurationPropertiesManagementFactory.create(ConfigurationKey<?> key) Creates the configuration properties instance for the given key. |
T |
AbstractConfigurationPropertiesFactory.create(ConfigurationKey<?> key) |
T |
AbstractConfigurationPropertiesFactory.createManagement(ConfigurationKey<?> key) |
protected abstract T |
AbstractConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) Creates an empty instance of the configuration properties instance. |
ConfigurationPropertiesManagement |
FactoryCache.createPropertiesManagement(ConfigurationKey<?> key) Creates an instance of ConfigurationPropertiesManagement . |
ConfigurationPropertiesManagement |
InMemoryConfigurationRepositoryManagement.deregisterProperties(ConfigurationKey<?> key) |
ConfigurationPropertiesManagement |
FactoryCache.ensureManagement(ConfigurationKey<?> key) Creates an instance of ConfigurationPropertiesManagement . |
ConfigurationProperties |
InMemoryConfigurationRepositoryManagement.getProperties(ConfigurationKey<?> key) |
ConfigurationPropertiesManagement |
InMemoryConfigurationRepositoryManagement.getPropertiesManagement(ConfigurationKey<?> key) |
ConfigurationPropertiesManagement |
InMemoryConfigurationRepositoryManagement.getPropertiesManagementWithDefaults(ConfigurationKey<?> key) |
boolean |
InMemoryConfigurationRepositoryManagement.hasPropertiesManagement(ConfigurationKey<?> key) |
void |
InMemoryConfigurationRepositoryManagement.registerProperties(ConfigurationKey<?> key, ConfigurationPropertiesManagement configurationProperties) |
ConfigurationPropertiesManagement |
ConfigurationPropertiesManagementFactory.remove(ConfigurationKey<?> key) Removes the configuration with the given key from the cache. |
ConfigurationPropertiesManagement |
AbstractConfigurationPropertiesFactory.remove(ConfigurationKey<?> key) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |