|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.config.transfer.filesystem.Factory
public final class Factory
Creates instances of FileSystemPropertySink
.
Constructor Summary | |
---|---|
Factory() Default constructor. |
Method Summary | |
---|---|
FileSystemPropertySink |
create() Creates an instance of PropertySink . |
void |
setOutputFormat(String outputFormat) Sets the format the property definition files will be written to. |
void |
setTargetFolder(String targetFolder) Sets the name of the folder the properties definitions are written to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Factory()
Method Detail |
---|
public void setTargetFolder(String targetFolder)
targetFolder
- the name of the folder the properties definitions are written to.
public void setOutputFormat(String outputFormat)
outputFormat
- the format the property definition files will be written to.
public FileSystemPropertySink create()
PropertySinkFactory
PropertySink
.
create
in interface
PropertySinkFactory<FileSystemPropertySink>
PropertySink
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |