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
-
-
Constructor Summary
Constructors Constructor Description RtfSinkFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.doxia.sink.Sink
createSink(java.io.OutputStream out, java.lang.String encoding)
-