org.sonar.plugins.findbugs
Class FindbugsExecutor

java.lang.Object
  extended by org.sonar.plugins.findbugs.FindbugsExecutor
All Implemented Interfaces:
org.sonar.api.BatchComponent, org.sonar.api.BatchExtension, org.sonar.api.Extension

public class FindbugsExecutor
extends Object
implements org.sonar.api.BatchExtension


Constructor Summary
FindbugsExecutor(FindbugsConfiguration configuration)
           
 
Method Summary
 Collection<ReportedBug> execute(boolean useFbContrib)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindbugsExecutor

public FindbugsExecutor(FindbugsConfiguration configuration)
Method Detail

execute

public Collection<ReportedBug> execute(boolean useFbContrib)


Copyright © 2012-2014 SonarSource. All Rights Reserved.