org.apache.maven.report.projectinfo
Class ProjectIndexPageReport

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.apache.maven.report.projectinfo.AbstractProjectInfoReport
              extended by org.apache.maven.report.projectinfo.ProjectIndexPageReport
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenMultiPageReport, org.apache.maven.reporting.MavenReport

public class ProjectIndexPageReport
extends AbstractProjectInfoReport

Generates the project index page.

Since:
2.0
Version:
$Id: ProjectIndexPageReport.java 940323 2010-05-02 22:07:05Z hboutemy $
Author:
Brett Porter , Vincent Siveton
Is defined by the goal name:
index

Field Summary
 
Fields inherited from class org.apache.maven.report.projectinfo.AbstractProjectInfoReport
factory, i18n, localRepository, outputDirectory, project, resolver, siteRenderer, siteTool
 
Fields inherited from interface org.apache.maven.reporting.MavenReport
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ProjectIndexPageReport()
           
 
Method Summary
 void executeReport(Locale locale)
          
 String getDescription(Locale locale)
          
protected  String getI18Nsection()
           
 String getName(Locale locale)
          
 String getOutputName()
          
 
Methods inherited from class org.apache.maven.report.projectinfo.AbstractProjectInfoReport
execute, getCategoryName, getI18nString, getOutputDirectory, getProject, getReportOutputDirectory, getSiteRenderer, setReportOutputDirectory
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
canGenerateReport, closeReport, generate, generate, generate, getSink, getSinkFactory, isExternalReport
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectIndexPageReport

public ProjectIndexPageReport()
Method Detail

getName

public String getName(Locale locale)

Specified by:
getName in interface org.apache.maven.reporting.MavenReport
Overrides:
getName in class AbstractProjectInfoReport

getDescription

public String getDescription(Locale locale)

Specified by:
getDescription in interface org.apache.maven.reporting.MavenReport
Overrides:
getDescription in class AbstractProjectInfoReport

executeReport

public void executeReport(Locale locale)

Specified by:
executeReport in class org.apache.maven.reporting.AbstractMavenReport

getOutputName

public String getOutputName()


getI18Nsection

protected String getI18Nsection()
Specified by:
getI18Nsection in class AbstractProjectInfoReport


Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.