org.apache.maven.report.projectinfo

Class CimReport

public class CimReport extends AbstractMavenReport

Generates the Project Continuous Integration System report.

Version: $Id: CimReport.java 385830 2006-03-14 16:51:44Z brett $

Author: Vincent Siveton

UNKNOWN: cim

Method Summary
voidexecuteReport(Locale locale)
StringgetCategoryName()
StringgetDescription(Locale locale)
StringgetName(Locale locale)
protected StringgetOutputDirectory()
StringgetOutputName()
protected MavenProjectgetProject()
protected RenderergetSiteRenderer()

Method Detail

executeReport

public void executeReport(Locale locale)

getCategoryName

public String getCategoryName()

getDescription

public String getDescription(Locale locale)

getName

public String getName(Locale locale)

getOutputDirectory

protected String getOutputDirectory()

getOutputName

public String getOutputName()

getProject

protected MavenProject getProject()

getSiteRenderer

protected Renderer getSiteRenderer()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.