Package org.apache.maven.reporting
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTitle()
void
render()
Renderer a report.
-