Uses of Interface
org.apache.maven.doxia.sink.Sink
Packages that use 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. -
Uses of Sink in org.codehaus.doxia.sink
Subinterfaces of Sink in org.codehaus.doxia.sink
Sinkinstead (since 1.0-alpha-6).