Class 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 
      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)
      • Methods inherited from class org.apache.maven.doxia.sink.impl.AbstractBinarySinkFactory

        createSink, createSink, createSink
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RtfSinkFactory

        public RtfSinkFactory()
    • Method Detail

      • createSink

        public org.apache.maven.doxia.sink.Sink createSink​(java.io.OutputStream out,
                                                           java.lang.String encoding)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException