Package org.jwarp.util.filter

Interface Summary
Entities This interface describes all html 4.0 entities.
Filter This class creates an interface for all filters.
IFilter Title: Description: Copyright: Copyright (c) 2001 Company:
IStringFilter Title: Description: Copyright: Copyright (c) 2001 Company:
 

Class Summary
CharacterFilter This class creates a Filter object.
DirectoryFileFilter This filters files based if not a directory.
ExtensionFileFilter This filters files based on the extension (what the filename ends with).
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".
 


©   O R C A   S y s t e m s