FindBugs™ 1.3.9

edu.umd.cs.findbugs.util
Interface StringMatcher

All Known Implementing Classes:
ContainsCamelCaseWordStringMatcher, ExactStringMatcher, RegexStringMatcher

public interface StringMatcher

A boolean predicate for matching String values.

Author:
David Hovemeyer

Method Summary
 boolean matches(java.lang.String s)
          Return whether or not the given String matches.
 

Method Detail

matches

boolean matches(java.lang.String s)
Return whether or not the given String matches.

Parameters:
s - a String
Returns:
true if the String matches, false if it does not match

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.