org.scalabench.plugins.dacapo.reporting
Class ConfigurationReport

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.scalabench.plugins.dacapo.reporting.ConfigurationReport
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenMultiPageReport, org.apache.maven.reporting.MavenReport

public class ConfigurationReport
extends org.apache.maven.reporting.AbstractMavenReport

Reports the benchmark's configuration.

Since:
0.1.0
Is defined to be executed in:
phase:
process-resources
Is defined by the goal name:
report-configuration
Is bound to the specified phase of the standard build lifecycle:
site
Mojo is thread safe:
true

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
ConfigurationReport()
           
 
Method Summary
 boolean canGenerateReport()
           
protected  void executeReport(Locale locale)
           
 String getBenchmarkName()
           
static ResourceBundle getBundle(Locale locale)
           
 File getConfigurationDirectory()
           
 File getConfigurationFile()
           
 String getDescription(Locale locale)
           
 String getName(Locale locale)
           
 String getOutputDirectory()
           
 String getOutputName()
           
 org.apache.maven.project.MavenProject getProject()
           
 org.apache.maven.doxia.siterenderer.Renderer getSiteRenderer()
           
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
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

ConfigurationReport

public ConfigurationReport()
Method Detail

getProject

public org.apache.maven.project.MavenProject getProject()
Specified by:
getProject in class org.apache.maven.reporting.AbstractMavenReport

getBenchmarkName

public String getBenchmarkName()

executeReport

protected void executeReport(Locale locale)
                      throws org.apache.maven.reporting.MavenReportException
Specified by:
executeReport in class org.apache.maven.reporting.AbstractMavenReport
Throws:
org.apache.maven.reporting.MavenReportException

canGenerateReport

public boolean canGenerateReport()
Specified by:
canGenerateReport in interface org.apache.maven.reporting.MavenReport
Overrides:
canGenerateReport in class org.apache.maven.reporting.AbstractMavenReport

getConfigurationFile

public File getConfigurationFile()

getConfigurationDirectory

public File getConfigurationDirectory()

getOutputName

public String getOutputName()

getOutputDirectory

public String getOutputDirectory()
Specified by:
getOutputDirectory in class org.apache.maven.reporting.AbstractMavenReport

getSiteRenderer

public org.apache.maven.doxia.siterenderer.Renderer getSiteRenderer()
Specified by:
getSiteRenderer in class org.apache.maven.reporting.AbstractMavenReport

getName

public String getName(Locale locale)

getDescription

public String getDescription(Locale locale)

getBundle

public static ResourceBundle getBundle(Locale locale)


Copyright © 2010-2012 Technische Universität Darmstadt. All Rights Reserved.