org.apache.maven.report.projectinfo
Class ProjectIndexPageReport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.report.projectinfo.AbstractProjectInfoReport
org.apache.maven.report.projectinfo.ProjectIndexPageReport
- All Implemented Interfaces:
- ContextEnabled, Mojo, MavenMultiPageReport, MavenReport
@Mojo(name="index")
public class ProjectIndexPageReport
- extends AbstractProjectInfoReport
Generates the project index page.
- Since:
- 2.0
- Version:
- $Id: ProjectIndexPageReport.java 1359783 2012-07-10 16:57:48Z tchemit $
- Author:
- Brett Porter , Vincent Siveton
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectIndexPageReport
public ProjectIndexPageReport()
getName
public String getName(Locale locale)
- Description copied from class:
AbstractProjectInfoReport
-
- Specified by:
getName
in interface MavenReport
- Overrides:
getName
in class AbstractProjectInfoReport
getDescription
public String getDescription(Locale locale)
- Description copied from class:
AbstractProjectInfoReport
-
- Specified by:
getDescription
in interface MavenReport
- Overrides:
getDescription
in class AbstractProjectInfoReport
executeReport
public void executeReport(Locale locale)
- Specified by:
executeReport
in class AbstractMavenReport
getOutputName
public String getOutputName()
-
getI18Nsection
protected String getI18Nsection()
- Specified by:
getI18Nsection
in class AbstractProjectInfoReport
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.