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.Sink
createSink
(Writer writer) Creates a newXhtml5Sink
object using the givenWriter
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
-
Constructor Details
-
SinkFactory
public SinkFactory()
-
-
Method Details
-
createSink
Creates a newXhtml5Sink
object using the givenWriter
to write output.- Parameters:
writer
- theWriter
that the sink writes to- Returns:
- a
Xhtml5Sink
object writing towriter
-