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

Variable Index

 o filesNotScanned
used to identify what files not to include

Constructor Index

 o JavaFileFilter()
JavaFileFilter constructor sets variables to null
 o 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)

Method Index

 o accept(File, String)
accept method, accepts only java files not in the excluded list

Variables

 o filesNotScanned
 Vector filesNotScanned
used to identify what files not to include

Constructors

 o JavaFileFilter
 public JavaFileFilter()
JavaFileFilter constructor sets variables to null

 o 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

Methods

 o 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