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 TypeClassDescriptionclassConfluence 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 TypeClassDescriptionclassDocbook 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 -
Uses of SinkFactory in org.apache.maven.doxia.module.latex
Classes in org.apache.maven.doxia.module.latex that implement SinkFactoryModifier and TypeClassDescriptionclassLatex implementation of the Sink factory. -
Uses of SinkFactory in org.apache.maven.doxia.module.markdown
Classes in org.apache.maven.doxia.module.markdown that implement SinkFactoryModifier and TypeClassDescriptionclassMarkdown 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 TypeClassDescriptionclassTWiki 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 TypeClassDescriptionclassXhtml 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 TypeClassDescriptionclassXhtml 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 TypeClassDescriptionclassAn abstractSinkFactoryfor binary output.classAn abstractSinkFactoryfor Text markup syntax.classAn abstractSinkFactoryfor 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.