Class SinkFactory

java.lang.Object
org.apache.maven.doxia.sink.impl.AbstractTextSinkFactory
org.apache.maven.doxia.sink.impl.AbstractXmlSinkFactory
org.apache.maven.doxia.module.xhtml5.Xhtml5SinkFactory
com.reallifedeveloper.maven.jdepend.SinkFactory
All Implemented Interfaces:
org.apache.maven.doxia.sink.SinkFactory

public class SinkFactory extends org.apache.maven.doxia.module.xhtml5.Xhtml5SinkFactory
A factory for Xhtml5Sink objects, useful for testing.
Author:
RealLifeDeveloper
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.maven.doxia.sink.Sink
    Creates a new Xhtml5Sink object using the given Writer to write output.

    Methods inherited from class org.apache.maven.doxia.module.xhtml5.Xhtml5SinkFactory

    createSink, createSink

    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
  • Constructor Details

    • SinkFactory

      public SinkFactory()
  • Method Details

    • createSink

      public org.apache.maven.doxia.sink.Sink createSink(Writer writer)
      Creates a new Xhtml5Sink object using the given Writer to write output.
      Parameters:
      writer - the Writer that the sink writes to
      Returns:
      a Xhtml5Sink object writing to writer