Class FileDialogFilter

java.lang.Object
com.netscape.cmscore.util.FileDialogFilter
All Implemented Interfaces:
FilenameFilter

public class FileDialogFilter extends Object implements 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 Details

    • FileDialogFilter

      public FileDialogFilter(String f)
  • Method Details