org.apache.maven.report.projectinfo
Class PluginManagementReport

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

public class PluginManagementReport
extends AbstractProjectInfoReport

Generates the Project Plugin Management report.

Since:
2.1
Version:
$Id: PluginManagementReport.java 728546 2008-12-21 22:56:51Z bentmann $
Author:
Nick Stolwijk
Is defined by the goal name:
plugin-management
Requires the dependencies in this specified scope:
test

Nested Class Summary
protected static class PluginManagementReport.PluginManagementRenderer
          Internal renderer class
 
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
PluginManagementReport()
           
 
Method Summary
 boolean canGenerateReport()
          
 void executeReport(Locale locale)
          
 String getDescription(Locale locale)
          
 String getName(Locale locale)
          
 String getOutputName()
          
 
Methods inherited from class org.apache.maven.report.projectinfo.AbstractProjectInfoReport
execute, getCategoryName, getOutputDirectory, getProject, getReportOutputDirectory, getSiteRenderer, setReportOutputDirectory
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, generate, getSink, 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

PluginManagementReport

public PluginManagementReport()
Method Detail

getName

public String getName(Locale locale)


getDescription

public String getDescription(Locale locale)


executeReport

public void executeReport(Locale locale)


getOutputName

public String getOutputName()


canGenerateReport

public boolean canGenerateReport()



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