Uses of Class
de.smartics.properties.api.core.app.AbstractBaseMessageBean

Packages that use AbstractBaseMessageBean
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.api.core.domain Provides property domain objects and exceptions. 
de.smartics.properties.api.core.security Provides security mechanisms to protect property values. 
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.resource.domain Provides domain types dealing with resources. 
de.smartics.properties.resource.filesystem.heap Provides a heap implementation based on a file system. 
de.smartics.properties.resource.heap Provides resource access to a heap of property definitions. 
de.smartics.properties.resource.maven.repository Provides the resource access abstraction based on Maven. 
de.smartics.properties.resource.repository Provides the resource access abstraction on a repository. 
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 AbstractBaseMessageBean in de.smartics.properties.api.config.domain
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.api.config.domain
 class ConfigurationMessageBean
          Provides context information for transfer problems.
 class PropertyExpressionWithSourceMessageBean
          Provides information about property resolving problems including the source location.
 class PropertyStoreMessageBean
          Provides context information for problems dealing with property stores.
 class PropertyValidationWithSourceMessageBean
          Provides information about property violations including the source location.
 class PropertyValueWithSourceMessageBean
          Provides information about property conversion problems including the source location.
 class TypeProblemMessageBean
          Provides context information for errors regarding a type.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.api.core.domain
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.api.core.domain
 class ConfigMessageBean
          Provides information about problems encountered when properties definitions cannot be parsed.
 class PropertyDescriptorClashingMessageBean
          Provides context information for errors concerning two clashing property descriptors.
 class PropertyDescriptorMessageBean
          Provides context information for errors concerning a property.
 class PropertyExpressionMessageBean
          Provides context information for errors concerning a property value.
 class PropertyMessageBean
          Provides context information for errors concerning a property.
 class PropertyValidationMessageBean
          Provides context information for errors concerning a property.
 class PropertyValueChangeMessageBean
          Provides context information for errors concerning a failed change of a property value.
 class PropertyValueMessageBean
          Provides context information for errors concerning a property value.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.api.core.security
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.api.core.security
 class SecurityMessageBean
          Provides context information for errors concerning the security configuration.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.config.transfer.filesystem
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.config.transfer.filesystem
 class TransferMessageBean
          Provides context information for transfer problems.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.config.transfer.templatestream
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.config.transfer.templatestream
 class CannotWriteToStreamTransferMessageBean
          Signals that the transfer cannot be run to the specified stream.
 class InvalidEscaperTransferMessageBean
          Signals the the configured escaper implementation cannot be instantiated.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.impl.config.jndi
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.impl.config.jndi
 class JndiPropertyStoreMessageBean
          Provides context information for problems dealing with JNDI property stores.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.resource.domain
 

Constructors in de.smartics.properties.resource.domain with parameters of type AbstractBaseMessageBean
ResourceException(AbstractBaseMessageBean messageBean)
          Default constructor with a message bean.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.resource.filesystem.heap
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.resource.filesystem.heap
 class FileMessageBean
          Provides context information for transfer problems.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.resource.heap
 

Constructors in de.smartics.properties.resource.heap with parameters of type AbstractBaseMessageBean
HeapException(AbstractBaseMessageBean messageBean)
          Default constructor with a message bean.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.resource.maven.repository
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.resource.maven.repository
 class ArtifactIdMessageBean
          Provides context information for transfer problems dealing with an artifact.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.resource.repository
 

Constructors in de.smartics.properties.resource.repository with parameters of type AbstractBaseMessageBean
RepositoryException(AbstractBaseMessageBean messageBean)
          Default constructor with a message bean.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.spi.config.cache
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.spi.config.cache
 class CacheMessageBean
          Provides context information for problems dealing with caches.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.spi.config.ds
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.spi.config.ds
 class DataSourceConfigurationMessageBean
          Provides context information for problems accessing a data source to fetch properties for a given configuration.
 class DataSourceMessageBean
          Provides context information for problems accessing a data source containing properties.
 class DataSourcePropertyKeyMessageBean
          Provides context information for problems accessing a data source containing properties identified by a property key.
 class DataSourcePropertyMessageBean
          Provides context information for problems accessing a data source containing properties specified by a property key and value.
 

Uses of AbstractBaseMessageBean in de.smartics.properties.spi.config.transfer
 

Subclasses of AbstractBaseMessageBean in de.smartics.properties.spi.config.transfer
 class DefinitionXmlMessageBean
          Provides information to signal that there is no definition.xml file found or the URL to the file cannot be constructed.
 class NoConfigurationKeyForPropertiesMessageBean
          Provides information to signal that there is no configuration key for a given properties file.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.