MAEPlugin
Class PluginFilenameFilter

java.lang.Object
  |
  +--MAEPlugin.PluginFilenameFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class PluginFilenameFilter
extends java.lang.Object
implements java.io.FilenameFilter

Class Filename filter for class files.

This work was produced by Peter Lemkin of the National Cancer Institute, an agency of the United States Government. As a work of the United States Government there is no associated copyright. It is offered as open source software under the Mozilla Public License (version 1.1) subject to the limitations noted in the accompanying LEGAL file. This notice must be included with the code. The MAExplorer Mozilla and Legal files are available on http://maexplorer.sourceforge.net/.

Version:
$Date: 2002/10/13 17:39:33 $ / $Revision: $
Author:
Jai Evans (DECA/CIT), C. Santos (DECA/CIT), P. Lemkin (NCI-FCRDC)
See Also:
MAExplorer Home

Constructor Summary
PluginFilenameFilter()
          PluginFilenameFilter() - Filter for class files, may be modified by regedit style wild cards.
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
          accept() - Filter method for accepting a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginFilenameFilter

public PluginFilenameFilter()
PluginFilenameFilter() - Filter for class files, may be modified by regedit style wild cards.
Method Detail

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
accept() - Filter method for accepting a file.
Specified by:
accept in interface java.io.FilenameFilter
Parameters:
dir - Directory path
name - Name of file to filter
Returns:
if the file is acceptable.