Package org.apache.ecs.filter

Class Summary
CharacterFilter This class creates a Filter object.
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".