org.sonar.plugins.cpd
Class CpdExecutor

java.lang.Object
  extended by org.sonar.plugins.cpd.CpdExecutor

public class CpdExecutor
extends java.lang.Object


Constructor Summary
protected CpdExecutor(MavenPom pom, Exclusions exclusions)
           
  CpdExecutor(MavenPom pom, ProjectContext context, CpdMapping mapping, org.apache.commons.configuration.Configuration configuration, Exclusions exclusions)
           
 
Method Summary
 void execute()
           
protected  java.util.List<java.io.File> getFilesToInclude(java.lang.String[] suffixes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CpdExecutor

public CpdExecutor(MavenPom pom,
                   ProjectContext context,
                   CpdMapping mapping,
                   org.apache.commons.configuration.Configuration configuration,
                   Exclusions exclusions)

CpdExecutor

protected CpdExecutor(MavenPom pom,
                      Exclusions exclusions)
Method Detail

execute

public void execute()

getFilesToInclude

protected java.util.List<java.io.File> getFilesToInclude(java.lang.String[] suffixes)


Copyright © 2009 SonarSource SA. All Rights Reserved.