B C D E F G H I M S T V W X

B

build() - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
Builds an instance of the descriptor.

C

CannotWriteToStreamTransferMessageBean - Class in de.smartics.properties.config.transfer.templatestream
Signals that the transfer cannot be run to the specified stream.
CannotWriteToStreamTransferMessageBean(Throwable, File) - Constructor for class de.smartics.properties.config.transfer.templatestream. CannotWriteToStreamTransferMessageBean
Default constructor.
clear() - Method in class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
This implementation is a no-op since a stream cannot be cleared.
close() - Method in class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
This is a no-op.
create() - Method in class de.smartics.properties.config.transfer.templatestream. CsvFactory
 
create() - Method in class de.smartics.properties.config.transfer.templatestream. Factory
create() - Method in class de.smartics.properties.config.transfer.templatestream. XmlFactory
CsvFactory - Class in de.smartics.properties.config.transfer.templatestream
Creates instances of StreamPropertySink by providing a template to generate a CSV document.
CsvFactory() - Constructor for class de.smartics.properties.config.transfer.templatestream. CsvFactory
Default constructor.

D

de.smartics.properties.config.transfer.templatestream - package de.smartics.properties.config.transfer.templatestream
Provides an implementation for writing property definitions to a stream using templates.

E

escape(String) - Method in interface de.smartics.properties.config.transfer.templatestream. ValueEscaper
Escapes the given value.

F

Factory - Class in de.smartics.properties.config.transfer.templatestream
Creates instances of StreamPropertySink.
Factory() - Constructor for class de.smartics.properties.config.transfer.templatestream. Factory
Default constructor.

G

getCode() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
 
getComponentId() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
 
getConfigColumn() - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor
Returns the name of the configuration key column.
getDisplayId() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
 
getEncoding() - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Returns the encoding to use to write to the file.
getExtro() - Method in class de.smartics.properties.config.transfer.templatestream. Wrapper
Returns the text to write after the output.
getIntro() - Method in class de.smartics.properties.config.transfer.templatestream. Wrapper
Returns the text to write before the output.
getMajorNumber() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
 
getMinorNumber() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
 
getNameColumn() - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor
Returns the name of the property name column.
getTable() - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor
Returns the name of the configuration table.
getValueColumn() - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor
Returns the name of the property value column.

H

HSqlFactory - Class in de.smartics.properties.config.transfer.templatestream
Creates instances of StreamPropertySink by providing a template to generate SQL statements for HSQL databases.
HSqlFactory() - Constructor for class de.smartics.properties.config.transfer.templatestream. HSqlFactory
Default constructor.

I

InvalidEscaperTransferMessageBean - Class in de.smartics.properties.config.transfer.templatestream
Signals the the configured escaper implementation cannot be instantiated.
InvalidEscaperTransferMessageBean(Throwable, String) - Constructor for class de.smartics.properties.config.transfer.templatestream. InvalidEscaperTransferMessageBean
Default constructor.

M

MySqlFactory - Class in de.smartics.properties.config.transfer.templatestream
Creates instances of StreamPropertySink by providing a template to generate SQL statements for MySQL databases.
MySqlFactory() - Constructor for class de.smartics.properties.config.transfer.templatestream. MySqlFactory
Default constructor.

S

setConfigColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the name of the optional configuration key column.
setConfigColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
Sets the name of the optional configuration key column.
setDocumentExtro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the text to write to the stream at the end before closing the stream.
setDocumentIntro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the introduction to write to the stream at the start.
setEncoding(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the encoding to use to write to the file.
setEscaper(ValueEscaper) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the escaper for config key, property name and value.
setEscaperType(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the type of the escaper for config key, property name and value.
setExtro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Wrapper
Sets the text to write after the output.
setFile(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the file to write to.
setIntro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Wrapper
Sets the text to write before the output.
setLineExtro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the text to write after each property provider.
setLineIntro(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the introduction to write before each property provider.
setNameColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the name of the property name column.
setNameColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
Sets the name of the property name column.
setStream(PrintWriter) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the stream to write to.
setTable(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the name of the configuration table.
setTable(String) - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
Sets the name of the configuration table.
setTemplate(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the template to apply on each property.
setValueColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. Factory
Sets the name of the property value column.
setValueColumn(String) - Method in class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
Sets the name of the property value column.
setWriteHeader(boolean) - Method in class de.smartics.properties.config.transfer.templatestream. CsvFactory
Sets the flag controls whether ( true) or not ( false) write a CSV header for columns.
StreamPropertySink - Class in de.smartics.properties.config.transfer.templatestream
Writes properties to a folder.
StreamPropertySink(String, PrintWriter, ValueEscaper) - Constructor for class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
Convenience constructor using a default table descriptor with no wrappers.
StreamPropertySink(TableDescriptor, String, PrintWriter, ValueEscaper) - Constructor for class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
Convenience constructor with no wrappers.
StreamPropertySink(TableDescriptor, Wrapper, Wrapper, String, PrintWriter, ValueEscaper) - Constructor for class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
Default constructor.

T

TableDescriptor - Class in de.smartics.properties.config.transfer.templatestream
Descriptor for table and column names to store property values.
TableDescriptor.Builder - Class in de.smartics.properties.config.transfer.templatestream
The builder of descriptor instances.
TableDescriptor.Builder() - Constructor for class de.smartics.properties.config.transfer.templatestream. TableDescriptor.Builder
 
toString() - Method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
Returns the string representation of the object.
TransferStreamCode - Enum in de.smartics.properties.config.transfer.templatestream
Codes dealing with property problems.

V

ValueEscaper - Interface in de.smartics.properties.config.transfer.templatestream
Escapes config key, property name and value.
valueOf(String) - Static method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.smartics.properties.config.transfer.templatestream. TransferStreamCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

Wrapper - Class in de.smartics.properties.config.transfer.templatestream
Provides information to wrap an instance of output.
Wrapper() - Constructor for class de.smartics.properties.config.transfer.templatestream. Wrapper
 
write(PropertyProvider) - Method in class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
 
write(Iterable<PropertyProvider>) - Method in class de.smartics.properties.config.transfer.templatestream. StreamPropertySink
 

X

XmlFactory - Class in de.smartics.properties.config.transfer.templatestream
Creates instances of StreamPropertySink by providing a template to generate an XML document.
XmlFactory() - Constructor for class de.smartics.properties.config.transfer.templatestream. XmlFactory
Default constructor.

B C D E F G H I M S T V W X

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