|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMatcher
Generic interface for any class whose job is to test if a given name matches some filtering criteria
Method Summary | |
---|---|
boolean |
matches(String input)
Test if the given name matches the given filtering criteria |
Method Detail |
---|
boolean matches(String input)
input
- Input string to be matched
true
if the input string matches this
matcher's criteria
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |