All Packages Class Hierarchy This Package Previous Next Index
Class bradel.wordchanger.JavaFileFilter
java.lang.Object
|
+----bradel.wordchanger.JavaFileFilter
- public class JavaFileFilter
- extends Object
- implements FilenameFilter
Used to filter files.
Creation date: (01/01/2002 1:12:41 PM)
- Author:
- : Borys Bradel
Copyright (c) 2001 Borys Bradel
All rights reserved
-
filesNotScanned
- used to identify what files not to include
-
JavaFileFilter()
- JavaFileFilter constructor sets variables to null
-
JavaFileFilter(Vector)
- constructor that saves a reference to the vector which
contains the files to filter
Creation date: (01/01/2002 1:19:26 PM)
-
accept(File, String)
- accept method, accepts only java files not in
the excluded list
filesNotScanned
Vector filesNotScanned
- used to identify what files not to include
JavaFileFilter
public JavaFileFilter()
- JavaFileFilter constructor sets variables to null
JavaFileFilter
public JavaFileFilter(Vector filesNotScanned)
- constructor that saves a reference to the vector which
contains the files to filter
Creation date: (01/01/2002 1:19:26 PM)
- Parameters:
- filesNotScanned - java.util.Vector
accept
public boolean accept(File dir,
String name)
- accept method, accepts only java files not in
the excluded list
All Packages Class Hierarchy This Package Previous Next Index