org.pf.text
Interface StringFilter

All Known Implementing Classes:
AStringFilter, StringCollectionFilter, StringPattern, StringPatternCollection

public interface StringFilter

A simple interface for abstraction of string pattern matching

Version:
1.0
Author:
Manfred Duchrow

Method Summary
 boolean matches(java.lang.String aString)
          Returns true if the given string matches the filter otherwise false.
 

Method Detail

matches

boolean matches(java.lang.String aString)
Returns true if the given string matches the filter otherwise false.

Parameters:
aString - Any string or even null