|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationsCode | |
---|---|
de.smartics.properties.api.config.codes | Provides codes for exception handling and logging. |
de.smartics.properties.api.config.domain | Provides domain objects for configuration. |
de.smartics.properties.config.transfer.filesystem | Provides an implementation for writing property definitions to a file system. |
de.smartics.properties.config.transfer.templatestream | Provides an implementation for writing property definitions to a stream using templates. |
de.smartics.properties.impl.config.jndi | Provides a SerializableConfigurationPropertiesManagement implementation based on JNDI. |
de.smartics.properties.spi.config.cache | Provides an cache manager that provides Infinispan caches. |
de.smartics.properties.spi.config.ds | Provides implementations to provide access to data sources from configuration factories. |
de.smartics.properties.spi.config.transfer | Provides services to transfer properties from a source to a target destination. |
Uses of ConfigurationsCode in de.smartics.properties.api.config.codes |
---|
Constructors in de.smartics.properties.api.config.codes with parameters of type ConfigurationsCode | |
---|---|
ConfigurationRootException(ConfigurationsCode code) Constructor with error code and no cause for exceptions that do no provide its context as a message bean. |
|
ConfigurationRootException(Throwable cause, ConfigurationsCode code) Constructor with cause and code for exceptions that do no provide its context as a message bean. |
Uses of ConfigurationsCode in de.smartics.properties.api.config.domain |
---|
Classes in de.smartics.properties.api.config.domain that implement ConfigurationsCode | |
---|---|
class |
ConfigurationCode Codes dealing with property problems. |
class |
PropertyStoreCode Codes dealing with property store problems. |
Constructors in de.smartics.properties.api.config.domain with parameters of type ConfigurationsCode | |
---|---|
ConfigurationException(ConfigurationsCode code, ConfigurationKey<?> key) Default constructor. |
|
ConfigurationException(ConfigurationsCode code, Throwable cause, ConfigurationKey<?> key) Default constructor. |
|
ConfigurationMessageBean(ConfigurationsCode code, ConfigurationKey<?> key) Constructor without cause. |
|
ConfigurationMessageBean(ConfigurationsCode code, Throwable cause, ConfigurationKey<?> key) Default constructor. |
|
PropertyStoreMessageBean(ConfigurationsCode code, ConfigurationKey<?> configurationKey, String propertyName) Constructor without cause. |
|
PropertyStoreMessageBean(ConfigurationsCode code, Throwable cause, ConfigurationKey<?> configurationKey, String propertyName) Default constructor. |
Uses of ConfigurationsCode in de.smartics.properties.config.transfer.filesystem |
---|
Classes in de.smartics.properties.config.transfer.filesystem that implement ConfigurationsCode | |
---|---|
class |
TransferFileCode Codes dealing with property problems. |
Uses of ConfigurationsCode in de.smartics.properties.config.transfer.templatestream |
---|
Classes in de.smartics.properties.config.transfer.templatestream that implement ConfigurationsCode | |
---|---|
class |
TransferStreamCode Codes dealing with property problems. |
Uses of ConfigurationsCode in de.smartics.properties.impl.config.jndi |
---|
Classes in de.smartics.properties.impl.config.jndi that implement ConfigurationsCode | |
---|---|
class |
JndiPropertyStoreCode Codes dealing with property store problems. |
Uses of ConfigurationsCode in de.smartics.properties.spi.config.cache |
---|
Classes in de.smartics.properties.spi.config.cache that implement ConfigurationsCode | |
---|---|
class |
CacheCode Codes dealing with cache problems. |
Uses of ConfigurationsCode in de.smartics.properties.spi.config.ds |
---|
Classes in de.smartics.properties.spi.config.ds that implement ConfigurationsCode | |
---|---|
class |
DataSourceCode Codes dealing with property problems. |
Uses of ConfigurationsCode in de.smartics.properties.spi.config.transfer |
---|
Classes in de.smartics.properties.spi.config.transfer that implement ConfigurationsCode | |
---|---|
class |
TransferCode Codes dealing with property problems. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |