org.sonar.plugins.pmd
Class PmdExecutor

java.lang.Object
  extended by org.sonar.plugins.pmd.PmdExecutor
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension

public class PmdExecutor
extends Object
implements BatchExtension


Constructor Summary
PmdExecutor(Project project, PmdConfiguration configuration)
           
 
Method Summary
 File execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PmdExecutor

public PmdExecutor(Project project,
                   PmdConfiguration configuration)
Method Detail

execute

public File execute()
             throws IOException,
                    net.sourceforge.pmd.PMDException
Throws:
IOException
net.sourceforge.pmd.PMDException


Copyright © 2009-2012 SonarSource. All Rights Reserved.