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

java.lang.Object
  extended bynet.sourceforge.groboutils.util.io.v1.AllFilenameFilter
All Implemented Interfaces:
java.io.FilenameFilter
Direct Known Subclasses:
AllFileFilter

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

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
AllFilenameFilter()
          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

AllFilenameFilter

public AllFilenameFilter()
Default constructor.

Method Detail

accept

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


accept

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

Specified by:
accept in interface java.io.FilenameFilter


Copyright © 2001-2003 by The GroboUtils Project