Uses of Interface
org.apache.maven.doxia.sink.SinkFactory
Packages that use SinkFactory
Package
Description
-
Uses of SinkFactory in org.apache.maven.doxia.module.apt
Classes in org.apache.maven.doxia.module.apt that implement SinkFactory -
Uses of SinkFactory in org.apache.maven.doxia.module.confluence
Classes in org.apache.maven.doxia.module.confluence that implement SinkFactoryModifier and TypeClassDescriptionclass
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 SinkFactoryModifier and TypeClassDescriptionclass
Docbook 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 SinkFactoryModifier and TypeClassDescriptionclass
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 -
Uses of SinkFactory in org.apache.maven.doxia.module.twiki
Classes in org.apache.maven.doxia.module.twiki that implement SinkFactoryModifier and TypeClassDescriptionclass
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 -
Uses of SinkFactory in org.apache.maven.doxia.module.xhtml
Classes in org.apache.maven.doxia.module.xhtml that implement SinkFactoryModifier and TypeClassDescriptionclass
Xhtml implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.xhtml5
Classes in org.apache.maven.doxia.module.xhtml5 that implement SinkFactoryModifier and TypeClassDescriptionclass
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 SinkFactoryModifier and TypeClassDescriptionclass
An abstractSinkFactory
for binary output.class
An abstractSinkFactory
for Text markup syntax.class
An abstractSinkFactory
for XML markup syntax.Fields in org.apache.maven.doxia.sink.impl declared as SinkFactoryConstructors in org.apache.maven.doxia.sink.impl with parameters of type SinkFactoryModifierConstructorDescriptionRandomAccessSink
(SinkFactory sinkFactory, File outputDirectory, String outputName) Constructor for RandomAccessSink.RandomAccessSink
(SinkFactory sinkFactory, File outputDirectory, String outputName, String encoding) Constructor for RandomAccessSink.RandomAccessSink
(SinkFactory sinkFactory, OutputStream stream) Constructor for RandomAccessSink.RandomAccessSink
(SinkFactory sinkFactory, OutputStream stream, String encoding) Constructor for RandomAccessSink.