net.objectlab.qalab.m2
Class CPDStatMergeMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by net.objectlab.qalab.m2.BuildStatMergeMojo
          extended by net.objectlab.qalab.m2.CPDStatMergeMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class CPDStatMergeMojo
extends BuildStatMergeMojo

Goal that handles the PMD CPD statistics into qalab.xml, it should not request any tailoring if you use the Maven default for PMD CD.

Author:
Benoit Xhenseval

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CPDStatMergeMojo()
           
 
Method Summary
 java.lang.String getHandler()
           
 java.io.File getInputFile()
           
 void setHandler(java.lang.String handler)
           
 void setInputFile(java.io.File inputFile)
           
 
Methods inherited from class net.objectlab.qalab.m2.BuildStatMergeMojo
execute, getExporterClassName, getMergerTimeStamp, getOutputFile, getPropertiesFile, getSrcDir, getTheProperties, isQuiet, setExporterClassName, setMergerTimeStamp, setOutputFile, setPropertiesFile, setQuiet, setSrcDir, setTheProperties
 
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

CPDStatMergeMojo

public CPDStatMergeMojo()
Method Detail

getHandler

public java.lang.String getHandler()
Overrides:
getHandler in class BuildStatMergeMojo

setHandler

public void setHandler(java.lang.String handler)
Overrides:
setHandler in class BuildStatMergeMojo

getInputFile

public java.io.File getInputFile()
Overrides:
getInputFile in class BuildStatMergeMojo

setInputFile

public void setInputFile(java.io.File inputFile)
Overrides:
setInputFile in class BuildStatMergeMojo


Copyright © 2005-2006 ObjectLab Financial Ltd. All Rights Reserved.