Class RtfSinkFactory
java.lang.Object
org.apache.maven.doxia.sink.impl.AbstractBinarySinkFactory
org.apache.maven.doxia.module.rtf.RtfSinkFactory
- All Implemented Interfaces:
org.apache.maven.doxia.sink.SinkFactory
@Component(role=org.apache.maven.doxia.sink.SinkFactory.class,
hint="rtf")
public class RtfSinkFactory
extends org.apache.maven.doxia.sink.impl.AbstractBinarySinkFactory
Rtf implementation of the Sink factory.
- Since:
- 1.0
- Author:
- Vincent Siveton
-
Field Summary
Fields inherited from interface org.apache.maven.doxia.sink.SinkFactory
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.doxia.sink.Sink
createSink
(OutputStream out, String encoding) Methods inherited from class org.apache.maven.doxia.sink.impl.AbstractBinarySinkFactory
createSink, createSink, createSink
-
Constructor Details
-
RtfSinkFactory
public RtfSinkFactory()
-
-
Method Details
-
createSink
public org.apache.maven.doxia.sink.Sink createSink(OutputStream out, String encoding) throws IOException - Throws:
IOException
-