org.sonar.plugins.checkstyle
Class CheckstyleExecutor

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

public class CheckstyleExecutor
extends Object
implements BatchExtension


Constructor Summary
CheckstyleExecutor(CheckstyleConfiguration configuration, CheckstyleAuditListener listener, ProjectClasspath classpath)
           
 
Method Summary
 void execute()
          Execute Checkstyle and return the generated XML report.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckstyleExecutor

public CheckstyleExecutor(CheckstyleConfiguration configuration,
                          CheckstyleAuditListener listener,
                          ProjectClasspath classpath)
Method Detail

execute

public void execute()
Execute Checkstyle and return the generated XML report.



Copyright © 2009-2011 SonarSource. All Rights Reserved.