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
-
Method Details
-
getTitle
String getTitle()- Returns:
- the wanted report's title.
-
render
void render()Renderer a report.
-