org.apache.maven.reporting

Interface MavenReportRenderer

public interface MavenReportRenderer

Version: $Id: AbstractMavenReportRenderer.java 163373 2005-02-22 03:37:00Z brett $

Author: Jason van Zyl Emmanuel Venisse

UNKNOWN: 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
StringgetTitle()
voidrender()

Method Detail

getTitle

public String getTitle()

render

public void render()
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.