Package com.netscape.cmscore.util
Class FileDialogFilter
java.lang.Object
com.netscape.cmscore.util.FileDialogFilter
- All Implemented Interfaces:
FilenameFilter
checks the filename and directory with the specified filter
checks with multiple "*".
the filter has to start with a '*' character.
this to keep the search the same as in the motif version
Copied verbatium from sun.awt.tiny.TinyFileDialogPeer. Used by RollingLogFile expiration code
- Version:
- $Revision$, $Date$
- Author:
- mikep
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileDialogFilter
-
-
Method Details
-
toString
-
accept
return true if match- Specified by:
accept
in interfaceFilenameFilter
-