org.apache.maven.doxia.module.rtf
Class RtfSinkFactory
java.lang.Object
org.apache.maven.doxia.sink.AbstractBinarySinkFactory
org.apache.maven.doxia.module.rtf.RtfSinkFactory
- All Implemented Interfaces:
- SinkFactory
@Component(role=org.apache.maven.doxia.sink.SinkFactory.class,
hint="rtf")
public class RtfSinkFactory- extends AbstractBinarySinkFactory
Rtf implementation of the Sink factory.
- Since:
- 1.0
- Version:
- $Id: RtfSinkFactory.java 1345590 2012-06-02 21:36:10Z hboutemy $
- Author:
- Vincent Siveton
| Fields inherited from interface org.apache.maven.doxia.sink.SinkFactory |
ROLE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RtfSinkFactory
public RtfSinkFactory()
createSink
public Sink createSink(OutputStream out,
String encoding)
throws IOException
-
- Throws:
IOException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.