|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySinkFactory | |
---|---|
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 PropertySinkFactory in de.smartics.properties.config.transfer.filesystem |
---|
Classes in de.smartics.properties.config.transfer.filesystem that implement PropertySinkFactory | |
---|---|
class |
Factory Creates instances of FileSystemPropertySink . |
Uses of PropertySinkFactory in de.smartics.properties.config.transfer.templatestream |
---|
Classes in de.smartics.properties.config.transfer.templatestream that implement PropertySinkFactory | |
---|---|
class |
CsvFactory Creates instances of StreamPropertySink by providing a template to generate a CSV document. |
class |
HSqlFactory Creates instances of StreamPropertySink by providing a template to generate SQL statements for HSQL databases. |
class |
MySqlFactory Creates instances of StreamPropertySink by providing a template to generate SQL statements for MySQL databases. |
class |
XmlFactory Creates instances of StreamPropertySink by providing a template to generate an XML document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |