org.sonar.plugins.findbugs
Class FindbugsProfileImporter

java.lang.Object
  extended by org.sonar.api.profiles.ProfileImporter
      extended by org.sonar.plugins.findbugs.FindbugsProfileImporter
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension

public class FindbugsProfileImporter
extends ProfileImporter


Constructor Summary
FindbugsProfileImporter(RuleFinder ruleFinder)
           
 
Method Summary
 RulesProfile importProfile(Reader findbugsConf, ValidationMessages messages)
           
 
Methods inherited from class org.sonar.api.profiles.ProfileImporter
equals, getKey, getName, getSupportedLanguages, hashCode, setKey, setName, setSupportedLanguages, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindbugsProfileImporter

public FindbugsProfileImporter(RuleFinder ruleFinder)
Method Detail

importProfile

public RulesProfile importProfile(Reader findbugsConf,
                                  ValidationMessages messages)
Specified by:
importProfile in class ProfileImporter


Copyright © 2009-2012 SonarSource. All Rights Reserved.