Uses of Interface
org.apache.maven.doxia.sink.SinkFactory
-
-
Uses of SinkFactory in org.apache.maven.doxia.module.apt
Classes in org.apache.maven.doxia.module.apt that implement SinkFactory Modifier and Type Class Description class
AptSinkFactory
APT implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.confluence
Classes in org.apache.maven.doxia.module.confluence that implement SinkFactory Modifier and Type Class Description class
ConfluenceSinkFactory
Confluence implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.docbook
Classes in org.apache.maven.doxia.module.docbook that implement SinkFactory Modifier and Type Class Description class
DocbookSinkFactory
Docbook implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.fo
Classes in org.apache.maven.doxia.module.fo that implement SinkFactory Modifier and Type Class Description class
FoSinkFactory
FO implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.itext
Classes in org.apache.maven.doxia.module.itext that implement SinkFactory Modifier and Type Class Description class
ITextSinkFactory
IText implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.latex
Classes in org.apache.maven.doxia.module.latex that implement SinkFactory Modifier and Type Class Description class
LatexSinkFactory
Latex implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.rtf
Classes in org.apache.maven.doxia.module.rtf that implement SinkFactory Modifier and Type Class Description class
RtfSinkFactory
Rtf implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.twiki
Classes in org.apache.maven.doxia.module.twiki that implement SinkFactory Modifier and Type Class Description class
TWikiSinkFactory
TWiki implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.xdoc
Classes in org.apache.maven.doxia.module.xdoc that implement SinkFactory Modifier and Type Class Description class
XdocSinkFactory
Xdoc implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.xhtml
Classes in org.apache.maven.doxia.module.xhtml that implement SinkFactory Modifier and Type Class Description class
XhtmlSinkFactory
Xhtml implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.sink.impl
Classes in org.apache.maven.doxia.sink.impl that implement SinkFactory Modifier and Type Class Description class
AbstractBinarySinkFactory
An abstractSinkFactory
for binary output.class
AbstractTextSinkFactory
An abstractSinkFactory
for Text markup syntax.class
AbstractXmlSinkFactory
An abstractSinkFactory
for XML markup syntax.Constructors in org.apache.maven.doxia.sink.impl with parameters of type SinkFactory Constructor Description RandomAccessSink(SinkFactory sinkFactory, java.io.File outputDirectory, java.lang.String outputName)
RandomAccessSink(SinkFactory sinkFactory, java.io.File outputDirectory, java.lang.String outputName, java.lang.String encoding)
RandomAccessSink(SinkFactory sinkFactory, java.io.OutputStream stream)
RandomAccessSink(SinkFactory sinkFactory, java.io.OutputStream stream, java.lang.String encoding)
-