edu.umd.cs.findbugs.filter
public class StringSetMatch extends Object
Constructor Summary | |
---|---|
StringSetMatch(String strings)
Constructor.
|
Method Summary | |
---|---|
boolean | isEmpty() |
boolean | match(String string)
Returns true if the given string is contained in the value set.
|
Parameters: strings comma-separated list of Strings
Parameters: string
Returns: true if the given string is contained in the value set