org.apache.maven.report.projectinfo
Class DependenciesReport

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.DependenciesReport
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable, org.apache.maven.reporting.MavenReport, org.apache.maven.plugin.Mojo

public class DependenciesReport
extends AbstractProjectInfoReport
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

Generates the Project Dependencies report.

Since:
2.0
Version:
$Id: DependenciesReport.java 748351 2009-02-26 23:39:03Z vsiveton $
Author:
Jason van Zyl , Vincent Siveton
Is defined by the goal name:
dependencies
Requires the dependencies in this specified scope:
test

Field Summary
protected  org.apache.maven.artifact.metadata.ArtifactMetadataSource artifactMetadataSource
          Artifact metadata source component.
 
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
DependenciesReport()
           
 
Method Summary
 void contextualize(org.codehaus.plexus.context.Context context)
          
 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
canGenerateReport, 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
 

Field Detail

artifactMetadataSource

protected org.apache.maven.artifact.metadata.ArtifactMetadataSource artifactMetadataSource
Artifact metadata source component.

Is a Plexus component defined by:
Constructor Detail

DependenciesReport

public DependenciesReport()
Method Detail

getName

public String getName(Locale locale)

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

getDescription

public String getDescription(Locale locale)

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

executeReport

public void executeReport(Locale locale)


getOutputName

public String getOutputName()

Specified by:
getOutputName in interface org.apache.maven.reporting.MavenReport

contextualize

public void contextualize(org.codehaus.plexus.context.Context context)
                   throws org.codehaus.plexus.context.ContextException

Specified by:
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Throws:
org.codehaus.plexus.context.ContextException


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