|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.util.text.InverseMatcher
Matches a given character only if the provided object does NOT match it.
Constructor Summary | |
InverseMatcher(ICharacterMatcher matcher)
Creates a new object that inverts the matching rule of the provided matcher |
Method Summary | |
boolean |
matches(char ch)
Matches the character only if the provided object does NOT match it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InverseMatcher(ICharacterMatcher matcher)
matcher
- the matcher whose behaviour will be invertedMethod Detail |
public boolean matches(char ch)
matches
in interface ICharacterMatcher
ch
- the character to be matched
ICharacterMatcher.matches(char)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |