cz.cuni.amis.pogamut.ut2004.ut2004testfw
Class PerformanceReport

Package class diagram package PerformanceReport
java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by cz.cuni.amis.pogamut.ut2004.ut2004testfw.PerformanceReport
All Implemented Interfaces:
ContextEnabled, Mojo, MavenReport

public class PerformanceReport
extends AbstractMavenReport

Author:
tommasino

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

PerformanceReport

public PerformanceReport()
Method Detail

getSiteRenderer

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

Specified by:
getSiteRenderer in class AbstractMavenReport

getOutputDirectory

protected String getOutputDirectory()

Specified by:
getOutputDirectory in class AbstractMavenReport

getProject

protected org.apache.maven.project.MavenProject getProject()

Specified by:
getProject in class AbstractMavenReport

executeReport

protected void executeReport(Locale locale)
                      throws MavenReportException

Specified by:
executeReport in class AbstractMavenReport
Throws:
MavenReportException

getOutputName

public String getOutputName()
Returns:

getName

public String getName(Locale locale)
Parameters:
locale -
Returns:

getDescription

public String getDescription(Locale locale)
Parameters:
locale -
Returns:

getId

public static String getId(String measureName,
                           String matchId)
Parameters:
measureName -
matchId -
Returns:


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.