org.apache.maven.report.projectinfo
Class LicenseReport

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.LicenseReport
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenReport

public class LicenseReport
extends AbstractProjectInfoReport

Generates the Project License report.

Version:
$Id: LicenseReport.java 539456 2007-05-18 13:23:27Z vsiveton $
Author:
Vincent Siveton

Field Summary
 
Fields inherited from class org.apache.maven.report.projectinfo.AbstractProjectInfoReport
factory, i18n, localRepository, outputDirectory, project, resolver, siteRenderer
 
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
LicenseReport()
           
 
Method Summary
 void executeReport(java.util.Locale locale)
           
 java.lang.String getDescription(java.util.Locale locale)
           
 java.lang.String getName(java.util.Locale locale)
           
 java.lang.String getOutputName()
           
 
Methods inherited from class org.apache.maven.report.projectinfo.AbstractProjectInfoReport
execute, getCategoryName, getOutputDirectory, getProject, getSiteRenderer
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
canGenerateReport, closeReport, generate, generate, generate, getReportOutputDirectory, getSink, getSinkFactory, isExternalReport, setReportOutputDirectory
 
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

LicenseReport

public LicenseReport()
Method Detail

getName

public java.lang.String getName(java.util.Locale locale)
See Also:
MavenReport.getName(java.util.Locale)

getDescription

public java.lang.String getDescription(java.util.Locale locale)
See Also:
MavenReport.getDescription(java.util.Locale)

executeReport

public void executeReport(java.util.Locale locale)
Specified by:
executeReport in class org.apache.maven.reporting.AbstractMavenReport
See Also:
AbstractMavenReport.executeReport(java.util.Locale)

getOutputName

public java.lang.String getOutputName()
See Also:
MavenReport.getOutputName()


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.