Interface MavenReportRenderer


public interface MavenReportRenderer
Basis for rendering report.
Since:
2.0 TODO Later it may be appropriate to create something like a VelocityMavenReportRenderer that could take a velocity template and pipe that through Doxia rather than coding them up like this.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Renderer a report.
  • Method Details

    • getTitle

      String getTitle()
      Returns:
      the wanted report's title.
    • render

      void render()
      Renderer a report.