|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.util.RegexStringMatcher
public class RegexStringMatcher
StringMatcher that matches based on a regular expression.
| Constructor Summary | |
|---|---|
RegexStringMatcher(java.lang.String patStr)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
matches(java.lang.String s)
Return whether or not the given String matches. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RegexStringMatcher(java.lang.String patStr)
patStr - a String defining the regular expression pattern to match| Method Detail |
|---|
public boolean matches(java.lang.String s)
StringMatcher
matches in interface StringMatchers - a String
public java.lang.String toString()
toString in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||