org.sonar.plugins.findbugs
Class FindbugsProfileExporter

java.lang.Object
  extended by org.sonar.api.profiles.ProfileExporter
      extended by org.sonar.plugins.findbugs.FindbugsProfileExporter
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension, ServerComponent, ServerExtension

public class FindbugsProfileExporter
extends ProfileExporter


Constructor Summary
FindbugsProfileExporter()
           
 
Method Summary
protected static FindBugsFilter buildFindbugsFilter(List<ActiveRule> activeRules)
           
 void exportProfile(RulesProfile profile, Writer writer)
           
 
Methods inherited from class org.sonar.api.profiles.ProfileExporter
equals, getKey, getMimeType, getName, getSupportedLanguages, hashCode, setKey, setMimeType, setName, setSupportedLanguages, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindbugsProfileExporter

public FindbugsProfileExporter()
Method Detail

exportProfile

public void exportProfile(RulesProfile profile,
                          Writer writer)
Specified by:
exportProfile in class ProfileExporter

buildFindbugsFilter

protected static FindBugsFilter buildFindbugsFilter(List<ActiveRule> activeRules)


Copyright © 2009-2012 SonarSource. All Rights Reserved.