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.markdown
Classes in org.apache.maven.doxia.module.markdown that implement SinkFactoryModifier and TypeClassDescriptionclass
Markdown 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.xhtml5
Classes in org.apache.maven.doxia.module.xhtml5 that implement SinkFactoryModifier and TypeClassDescriptionclass
Xhtml5 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 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) Deprecated.Constructor for RandomAccessSink.RandomAccessSink
(SinkFactory sinkFactory, File outputDirectory, String outputName, String encoding) Deprecated.Constructor for RandomAccessSink.RandomAccessSink
(SinkFactory sinkFactory, OutputStream stream) Deprecated.Constructor for RandomAccessSink.RandomAccessSink
(SinkFactory sinkFactory, OutputStream stream, String encoding) Deprecated.Constructor for RandomAccessSink.