Class XdocsTemplateSinkFactory

  • All Implemented Interfaces:
    org.apache.maven.doxia.sink.SinkFactory

    @Component(role=org.apache.maven.doxia.sink.SinkFactory.class,
               hint="xdocs-template")
    public class XdocsTemplateSinkFactory
    extends org.apache.maven.doxia.sink.impl.AbstractTextSinkFactory
    Xdoc template implementation of the SinkFactory. This module will be removed once #13426 is resolved.
    • Field Summary

      • Fields inherited from interface org.apache.maven.doxia.sink.SinkFactory

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.maven.doxia.sink.Sink createSink​(java.io.Writer writer, java.lang.String encoding)
      Create a Sink instance.
      • Methods inherited from class org.apache.maven.doxia.sink.impl.AbstractTextSinkFactory

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

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

      • createSink

        public org.apache.maven.doxia.sink.Sink createSink​(java.io.Writer writer,
                                                           java.lang.String encoding)
        Create a Sink instance.
        Specified by:
        createSink in class org.apache.maven.doxia.sink.impl.AbstractTextSinkFactory
        Parameters:
        writer - writer to use.
        encoding - encoding of the writer.
        Returns:
        Sink instance.