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 -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.doxia.sink.SinkcreateSink(Writer writer) Creates a newXhtml5Sinkobject using the givenWriterto write output.Methods inherited from class org.apache.maven.doxia.module.xhtml5.Xhtml5SinkFactory
createSink, createSinkMethods inherited from class org.apache.maven.doxia.sink.impl.AbstractTextSinkFactory
createSink, createSink, createSink, createSink
-
Constructor Details
-
SinkFactory
public SinkFactory()
-
-
Method Details
-
createSink
Creates a newXhtml5Sinkobject using the givenWriterto write output.- Parameters:
writer- theWriterthat the sink writes to- Returns:
- a
Xhtml5Sinkobject writing towriter
-