Uses of Interface
org.apache.maven.doxia.sink.Sink
-
Uses of Sink in org.apache.maven.doxia.sink
Methods in org.apache.maven.doxia.sink that return SinkModifier and TypeMethodDescriptionSinkFactory.createSink
(File outputDir, String outputName) Create aSink
into a file.SinkFactory.createSink
(File outputDir, String outputName, String encoding) Create aSink
into a file using a specified encoding.SinkFactory.createSink
(OutputStream out) Create aSink
into an OutputStream.SinkFactory.createSink
(OutputStream out, String encoding) Create aSink
into an OutputStream using a specified encoding.