|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransferException | |
---|---|
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 TransferException in de.smartics.properties.api.config.transfer |
---|
Methods in de.smartics.properties.api.config.transfer that throw TransferException | |
---|---|
void |
PropertySink.clear() Removes all information from the sink. |
void |
PropertySink.close() Closes the sink. |
void |
PropertySink.write(Iterable<PropertyProvider> providers) Writes the property definitions provided by the given providers. |
void |
PropertySink.write(PropertyProvider provider) Writes the property definitions provided by the given provider. |
Uses of TransferException in de.smartics.properties.config.transfer.filesystem |
---|
Methods in de.smartics.properties.config.transfer.filesystem that throw TransferException | |
---|---|
void |
FileSystemPropertySink.clear() |
void |
FileSystemPropertySink.close() Closes the sink. |
void |
FileSystemPropertySink.write(Iterable<PropertyProvider> providers) |
void |
FileSystemPropertySink.write(PropertyProvider provider) |
Uses of TransferException in de.smartics.properties.config.transfer.jdbc |
---|
Methods in de.smartics.properties.config.transfer.jdbc that throw TransferException | |
---|---|
void |
JdbcPropertySink.clear() |
void |
JdbcPropertySink.close() Closes the sink. |
void |
JdbcPropertySink.write(Iterable<PropertyProvider> providers) |
void |
JdbcPropertySink.write(PropertyProvider provider) |
Uses of TransferException in de.smartics.properties.config.transfer.templatestream |
---|
Methods in de.smartics.properties.config.transfer.templatestream that throw TransferException | |
---|---|
void |
StreamPropertySink.clear() Removes all information from the sink. |
void |
StreamPropertySink.close() Closes the sink. |
void |
StreamPropertySink.write(Iterable<PropertyProvider> providers) |
void |
StreamPropertySink.write(PropertyProvider provider) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |