|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.util.text.CompoundMatcher
public class CompoundMatcher
Combine a set of character matchers. A given character will be matched if any of the provided objects matches it.
Constructor Summary | |
---|---|
CompoundMatcher(ICharacterMatcher[] matchers)
Create a new object that will match a character if any of the provided objects matches it. |
Method Summary | |
---|---|
boolean |
matches(char ch)
Match the character if any of the provided objects matches it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompoundMatcher(ICharacterMatcher[] matchers)
matchers
- the array of objects that will be queried if a character matchesMethod 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 |