Uses of Interface
de.smartics.properties.api.config.transfer.PropertySink

Packages that use PropertySink
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.jdbc Provides an implementation for writing property definitions to a database via JDBC. 
de.smartics.properties.config.transfer.templatestream Provides an implementation for writing property definitions to a stream using templates. 
 

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

Classes in de.smartics.properties.api.config.transfer with type parameters of type PropertySink
 interface PropertySinkFactory<T extends PropertySink>
          Creates instances of PropertySink.
 

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

Classes in de.smartics.properties.config.transfer.filesystem that implement PropertySink
 class FileSystemPropertySink
          Writes properties to a folder.
 

Uses of PropertySink in de.smartics.properties.config.transfer.jdbc
 

Classes in de.smartics.properties.config.transfer.jdbc that implement PropertySink
 class JdbcPropertySink
          Writes properties to a database via JDBC.
 

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

Classes in de.smartics.properties.config.transfer.templatestream that implement PropertySink
 class StreamPropertySink
          Writes properties to a folder.
 



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