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 aSinkinto a file.SinkFactory.createSink(File outputDir, String outputName, String encoding) Create aSinkinto a file using a specified encoding.SinkFactory.createSink(OutputStream out) Create aSinkinto an OutputStream.SinkFactory.createSink(OutputStream out, String encoding) Create aSinkinto an OutputStream using a specified encoding.