Class ReportDocumentRenderer.MultiPageSinkFactory

java.lang.Object
org.apache.maven.plugins.site.render.ReportDocumentRenderer.MultiPageSinkFactory
All Implemented Interfaces:
org.apache.maven.doxia.sink.SinkFactory
Enclosing class:
ReportDocumentRenderer

private static class ReportDocumentRenderer.MultiPageSinkFactory extends Object implements org.apache.maven.doxia.sink.SinkFactory
  • Field Details

  • Constructor Details

    • MultiPageSinkFactory

      public MultiPageSinkFactory(org.apache.maven.doxia.siterenderer.RenderingContext ctx)
  • Method Details

    • createSink

      public org.apache.maven.doxia.sink.Sink createSink(File outputDir, String outputName)
      Specified by:
      createSink in interface org.apache.maven.doxia.sink.SinkFactory
    • createSink

      public org.apache.maven.doxia.sink.Sink createSink(File arg0, String arg1, String arg2) throws IOException
      Specified by:
      createSink in interface org.apache.maven.doxia.sink.SinkFactory
      Throws:
      IOException
    • createSink

      public org.apache.maven.doxia.sink.Sink createSink(OutputStream arg0) throws IOException
      Specified by:
      createSink in interface org.apache.maven.doxia.sink.SinkFactory
      Throws:
      IOException
    • createSink

      public org.apache.maven.doxia.sink.Sink createSink(OutputStream arg0, String arg1) throws IOException
      Specified by:
      createSink in interface org.apache.maven.doxia.sink.SinkFactory
      Throws:
      IOException
    • sinks