Uses of Interface
de.smartics.properties.spi.config.transfer.TransferMessageBean

Packages that use TransferMessageBean
de.smartics.properties.config.transfer.templatestream Provides an implementation for writing property definitions to a stream using templates. 
de.smartics.properties.spi.config.transfer Provides services to transfer properties from a source to a target destination. 
 

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

Classes in de.smartics.properties.config.transfer.templatestream that implement TransferMessageBean
 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 TransferMessageBean in de.smartics.properties.spi.config.transfer
 

Classes in de.smartics.properties.spi.config.transfer that implement TransferMessageBean
 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.
 

Methods in de.smartics.properties.spi.config.transfer that return TransferMessageBean
static TransferMessageBean DefinitionXmlMessageBean.malformedUrl(Throwable cause, ArtifactRef artifact)
          Creates a message bean with code TransferCode.MALFORMED_URL_TO_DEFINITION_XML.
static TransferMessageBean DefinitionXmlMessageBean.missingDefinition(Throwable cause, ArtifactRef artifact)
          Creates a message bean with code TransferCode.NO_DEFINITION_XML.
 

Constructors in de.smartics.properties.spi.config.transfer with parameters of type TransferMessageBean
TransferException(TransferMessageBean message)
          Convenience constructor without a root cause.
 



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