Package com.netscape.cmscore.util
Class FileDialogFilter
- java.lang.Object
-
- com.netscape.cmscore.util.FileDialogFilter
-
- All Implemented Interfaces:
java.io.FilenameFilter
public class FileDialogFilter extends java.lang.Object implements java.io.FilenameFilterchecks 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 versionCopied verbatium from sun.awt.tiny.TinyFileDialogPeer. Used by RollingLogFile expiration code
- Version:
- $Revision$, $Date$
- Author:
- mikep
-
-
Constructor Summary
Constructors Constructor Description FileDialogFilter(java.lang.String f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.io.File dir, java.lang.String fileName)return true if matchjava.lang.StringtoString()
-