org.sonar.plugins.findbugs.xml
Class FindBugsModuleTree

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

public class FindBugsModuleTree
extends java.lang.Object


Constructor Summary
FindBugsModuleTree()
           
 
Method Summary
 void addMatch(org.sonar.plugins.findbugs.xml.Match child)
           
static FindBugsModuleTree fromXml(java.lang.String xml)
           
 int getMatchPosition(java.lang.String nameToFind)
           
 java.util.List<org.sonar.plugins.findbugs.xml.Match> getMatchs()
           
 void setMatchs(java.util.List<org.sonar.plugins.findbugs.xml.Match> matchs)
           
 java.lang.String toXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindBugsModuleTree

public FindBugsModuleTree()
Method Detail

fromXml

public static FindBugsModuleTree fromXml(java.lang.String xml)

toXml

public java.lang.String toXml()

getMatchs

public java.util.List<org.sonar.plugins.findbugs.xml.Match> getMatchs()

setMatchs

public void setMatchs(java.util.List<org.sonar.plugins.findbugs.xml.Match> matchs)

addMatch

public void addMatch(org.sonar.plugins.findbugs.xml.Match child)

getMatchPosition

public int getMatchPosition(java.lang.String nameToFind)


Copyright © 2008 SonarSource SA. All Rights Reserved.