org.sonar.plugins.findbugs.xml
Class FindBugsFilter

java.lang.Object
  extended by org.sonar.plugins.findbugs.xml.FindBugsFilter

public class FindBugsFilter
extends Object


Constructor Summary
FindBugsFilter()
           
 
Method Summary
 void addMatch(Match child)
           
static com.thoughtworks.xstream.XStream createXStream()
           
 Map<String,RulePriority> getCategoryLevels(FindbugsLevelUtils priorityMapper)
           
 List<Match> getChildren()
           
 Map<String,RulePriority> getCodeLevels(FindbugsLevelUtils priorityMapper)
           
 List<Match> getMatchs()
           
 Map<String,RulePriority> getPatternLevels(FindbugsLevelUtils priorityMapper)
           
 void setMatchs(List<Match> matchs)
           
 String toXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindBugsFilter

public FindBugsFilter()
Method Detail

toXml

public String toXml()

getMatchs

public List<Match> getMatchs()

getChildren

public List<Match> getChildren()

setMatchs

public void setMatchs(List<Match> matchs)

addMatch

public void addMatch(Match child)

getPatternLevels

public Map<String,RulePriority> getPatternLevels(FindbugsLevelUtils priorityMapper)

getCodeLevels

public Map<String,RulePriority> getCodeLevels(FindbugsLevelUtils priorityMapper)

getCategoryLevels

public Map<String,RulePriority> getCategoryLevels(FindbugsLevelUtils priorityMapper)

createXStream

public static com.thoughtworks.xstream.XStream createXStream()


Copyright © 2009-2012 SonarSource. All Rights Reserved.