Package org.apache.maven.doxia.sink
Maven Doxia API.
The Doxia API is based on Sinks objects: each sink consumes Doxia events to produce a resultant output format (eg Docbook, PDF, XHTML...).
Using Maven Doxia API
The following snippet shows how to use a Doxia Sink
:
File userDir = new File( System.getProperty ( "user.dir" ) ); |
Resources
-
Interface Summary Interface Description Sink A Sink consumes Doxia events to produce a resultant output format (eg Docbook, PDF, XHTML...).SinkEventAttributes A set of attributes for a sink event.SinkFactory A factory that creates aSink
object.