org.ujac.util.text
Interface PatternMatcher

All Known Implementing Classes:
SimplePatternMatcher

public interface PatternMatcher

Name: PatternMatcher
Description: An iterface for pattern matchers.

Author:
lauerc

Method Summary
 boolean matches(String text)
          Test whether the given text matches the pattern.
 

Method Detail

matches

boolean matches(String text)
Test whether the given text matches the pattern.

Parameters:
text - The text to test.
Returns:
true if the text matches the pattern, else false.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.