|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.CompoundMatcher
edu.umd.cs.findbugs.OrMatcher
edu.umd.cs.findbugs.Filter
public class Filter
Field Summary | |
---|---|
private static boolean |
DEBUG
|
Constructor Summary | |
---|---|
Filter(java.lang.String fileName)
|
Method Summary | |
---|---|
private Matcher |
getMatcher(org.dom4j.Element element)
|
static void |
main(java.lang.String[] argv)
|
private void |
parse(java.lang.String fileName)
|
Methods inherited from class edu.umd.cs.findbugs.OrMatcher |
---|
match |
Methods inherited from class edu.umd.cs.findbugs.CompoundMatcher |
---|
addChild, childIterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final boolean DEBUG
Constructor Detail |
---|
public Filter(java.lang.String fileName) throws java.io.IOException, FilterException
java.io.IOException
FilterException
Method Detail |
---|
private void parse(java.lang.String fileName) throws java.io.IOException, FilterException
java.io.IOException
FilterException
private Matcher getMatcher(org.dom4j.Element element) throws FilterException
FilterException
public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |