com.servingxml.components.streamsink.file
Class FileSinkFactory
java.lang.Object
com.servingxml.components.streamsink.file.FileSinkFactory
- All Implemented Interfaces:
- StreamSinkFactory
public class FileSinkFactory
- extends java.lang.Object
- implements StreamSinkFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSinkFactory
public FileSinkFactory(SubstitutionExpr directoryResolver,
SubstitutionExpr fileResolver,
java.io.File parent,
java.nio.charset.Charset charset)
getCharset
public java.nio.charset.Charset getCharset()
- Specified by:
getCharset
in interface StreamSinkFactory
getCharset
public java.nio.charset.Charset getCharset(java.nio.charset.Charset defaultCharset)
- Specified by:
getCharset
in interface StreamSinkFactory
createStreamSink
public StreamSink createStreamSink(ServiceContext context,
Flow flow)
- Specified by:
createStreamSink
in interface StreamSinkFactory