edu.umd.cs.findbugs
Class ClassRegexMatcher

java.lang.Object
  extended by edu.umd.cs.findbugs.ClassRegexMatcher
All Implemented Interfaces:
Matcher

public class ClassRegexMatcher
extends java.lang.Object
implements Matcher


Field Summary
private  java.util.regex.Pattern pattern
           
 
Constructor Summary
ClassRegexMatcher(java.lang.String regexPattern)
           
 
Method Summary
 boolean match(BugInstance bugInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

private java.util.regex.Pattern pattern
Constructor Detail

ClassRegexMatcher

public ClassRegexMatcher(java.lang.String regexPattern)
Method Detail

match

public boolean match(BugInstance bugInstance)
Specified by:
match in interface Matcher