Package org.apache.ecs.filter

Class Summary
CharacterFilter This class creates a Filter object.
NullFilter A filter for ECS that doesn't do anything.
RegexpFilter This filter uses regexp to create expressions and allows you do a replace on them.
StringFilter Stupid implementation of Filter interface to demonstrate how easy
it is to create your own filters.
WordFilter This filter uses StringTokenizer to create "words" and allow you to replace on those "words".
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.