|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.util.text.AsciiCharacterMatcher
public class AsciiCharacterMatcher
An object for matching a set of provided ASCII characters.
Constructor Summary | |
---|---|
AsciiCharacterMatcher(java.lang.String chars)
Create a new ASCII character matcher for identifying the set of provided ASCII characters |
Method Summary | |
---|---|
boolean |
matches(char ch)
Match the characters provided in the constructor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsciiCharacterMatcher(java.lang.String chars)
chars
- the character that this matcher should identifyMethod 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 |