Uses of Class
org.sonar.plugins.findbugs.xml.Match

Packages that use Match
org.sonar.plugins.findbugs.xml   
 

Uses of Match in org.sonar.plugins.findbugs.xml
 

Methods in org.sonar.plugins.findbugs.xml that return types with arguments of type Match
 List<Match> FindBugsFilter.getChildren()
           
 List<Match> FindBugsFilter.getMatchs()
           
 

Methods in org.sonar.plugins.findbugs.xml with parameters of type Match
 void FindBugsFilter.addMatch(Match child)
           
 

Method parameters in org.sonar.plugins.findbugs.xml with type arguments of type Match
 void FindBugsFilter.setMatchs(List<Match> matchs)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.