org.pfsw.text
Class AStringFilter

java.lang.Object
  extended by org.pfsw.text.AStringFilter
All Implemented Interfaces:
org.pfsw.bif.filter.IObjectFilter<java.lang.String>, org.pfsw.bif.text.IStringFilter
Direct Known Subclasses:
NegativeStringFilter, RegexPattern, StringCollectionFilter, StringFilterCollection, StringPattern, StringPatternCollection

public abstract class AStringFilter
extends java.lang.Object
implements org.pfsw.bif.text.IStringFilter, org.pfsw.bif.filter.IObjectFilter<java.lang.String>

Subclasses of this abstract string filter class usually must override only method matches(String). This abstract class ensures that filters can be used with any mechanism based on either org.pf.text.ObjectFilter or org.pf.bif.IObjectFilter.


Field Summary
 
Fields inherited from interface org.pfsw.bif.text.IStringFilter
ALL, NONE
 
Constructor Summary
AStringFilter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pfsw.bif.text.IStringFilter
matches
 
Methods inherited from interface org.pfsw.bif.filter.IObjectFilter
matches
 

Constructor Detail

AStringFilter

public AStringFilter()