net.sourceforge.groboutils.util.io.v1
Class AllFileFilter

java.lang.Object
  extended bynet.sourceforge.groboutils.util.io.v1.AllFilenameFilter
      extended bynet.sourceforge.groboutils.util.io.v1.AllFileFilter
All Implemented Interfaces:
java.io.FileFilter, java.io.FilenameFilter

public class AllFileFilter
extends AllFilenameFilter
implements java.io.FileFilter

Allows all files to be accepted.

Since:
January 7, 2001
Version:
$Date: 2003/02/10 22:52:45 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
AllFileFilter()
          Default constructor.
 
Method Summary
 boolean accept(java.io.File pathname)
          Accepts all files.
 boolean accept(java.io.File dir, java.lang.String name)
          Accepts all files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllFileFilter

public AllFileFilter()
Default constructor.

Method Detail

accept

public boolean accept(java.io.File pathname)
Accepts all files.

Specified by:
accept in interface java.io.FileFilter
Overrides:
accept in class AllFilenameFilter

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Accepts all files.

Specified by:
accept in interface java.io.FilenameFilter
Overrides:
accept in class AllFilenameFilter


Copyright © 2001-2003 by The GroboUtils Project