org.apache.maven.tools.plugin.generator.stubs
Class MavenReportStub

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.apache.maven.tools.plugin.generator.stubs.MavenReportStub
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, MavenMultiPageReport, MavenReport

public class MavenReportStub
extends AbstractMavenReport

Dummy report.

Version:
$Id: MavenReportStub.java 1337856 2012-05-13 12:14:25Z hboutemy $
Is defined by the goal name:
dummyReport

Field Summary
 
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
MavenReportStub()
           
 
Method Summary
protected  void executeReport(Locale locale)
          
 String getDescription(Locale locale)
          
 String getName(Locale locale)
          
protected  String getOutputDirectory()
          
 String getOutputName()
          
protected  MavenProject getProject()
          
protected  org.apache.maven.doxia.siterenderer.Renderer getSiteRenderer()
          
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
canGenerateReport, closeReport, execute, generate, generate, generate, getCategoryName, 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

MavenReportStub

public MavenReportStub()
Method Detail

executeReport

protected void executeReport(Locale locale)
                      throws MavenReportException

Specified by:
executeReport in class AbstractMavenReport
Throws:
MavenReportException

getOutputDirectory

protected String getOutputDirectory()

Specified by:
getOutputDirectory in class AbstractMavenReport

getProject

protected MavenProject getProject()

Specified by:
getProject in class AbstractMavenReport

getSiteRenderer

protected org.apache.maven.doxia.siterenderer.Renderer getSiteRenderer()

Specified by:
getSiteRenderer in class AbstractMavenReport

getDescription

public String getDescription(Locale locale)


getName

public String getName(Locale locale)


getOutputName

public String getOutputName()



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.