org.apache.tapestry.util.text
Interface ICharacterMatcher

All Known Implementing Classes:
AsciiCharacterMatcher, CompoundMatcher, InverseMatcher, WhitespaceMatcher

public interface ICharacterMatcher

An interface for determining whether a character matches a particular rule.

Since:
4.0
Author:
mb

Method Summary
 boolean matches(char ch)
          Determine whether the given character matches the implemented rule
 

Method Detail

matches

boolean matches(char ch)
Determine whether the given character matches the implemented rule

Parameters:
ch - the character to be matched
Returns:
true if the character matches the rule