ch.hortis.sonar.mvn.reports
Class CPDHandler

java.lang.Object
  extended by ch.hortis.sonar.mvn.reports.ReportHandler
      extended by ch.hortis.sonar.mvn.reports.CPDHandler

public class CPDHandler
extends ReportHandler


Constructor Summary
CPDHandler()
           
 
Method Summary
 void configurePlugin(org.apache.maven.project.MavenProject pom, org.apache.maven.model.Plugin plugin)
           
 boolean executeEvenIfNoJavaSources()
           
 java.util.List<java.lang.String> getGoals()
           
 boolean mustFailOnError()
           
 
Methods inherited from class ch.hortis.sonar.mvn.reports.ReportHandler
createPluginWithConfiguration, definePlugin, execute, executeEvenIfNoJavaTests, getCommands, getReport, preparePom, setConfigParameter, setConfigParameterIfNotAlreadySet, setReport, unsetConfigParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDHandler

public CPDHandler()
Method Detail

executeEvenIfNoJavaSources

public boolean executeEvenIfNoJavaSources()
Overrides:
executeEvenIfNoJavaSources in class ReportHandler

configurePlugin

public void configurePlugin(org.apache.maven.project.MavenProject pom,
                            org.apache.maven.model.Plugin plugin)
Specified by:
configurePlugin in class ReportHandler

getGoals

public java.util.List<java.lang.String> getGoals()
Specified by:
getGoals in class ReportHandler

mustFailOnError

public boolean mustFailOnError()
Specified by:
mustFailOnError in class ReportHandler


Copyright © 2007-2008 hortis. All Rights Reserved.