Uses of Class
de.smartics.properties.api.config.domain.ConfigurationMessageBean

Packages that use ConfigurationMessageBean
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.api.config.transfer Provides services to transfer properties from a source to a target destination. 
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. 
 

Uses of ConfigurationMessageBean in de.smartics.properties.api.config.domain
 

Constructors in de.smartics.properties.api.config.domain with parameters of type ConfigurationMessageBean
ConfigurationException(ConfigurationMessageBean messageBean)
          Default constructor with message bean.
 

Uses of ConfigurationMessageBean in de.smartics.properties.api.config.transfer
 

Constructors in de.smartics.properties.api.config.transfer with parameters of type ConfigurationMessageBean
TransferException(ConfigurationMessageBean messageBean)
          Default constructor.
 

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

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

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

Subclasses of ConfigurationMessageBean 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.
 



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