com.usefullittlethings.saw.apps.file
Class FileOnlyFilter

java.lang.Object
  |
  +--com.usefullittlethings.saw.apps.file.FileOnlyFilter
All Implemented Interfaces:
java.io.FileFilter

public class FileOnlyFilter
extends java.lang.Object
implements java.io.FileFilter

File filter to return only File objects (excludes directories).


Constructor Summary
FileOnlyFilter()
           
 
Method Summary
 boolean accept(java.io.File pathname)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileOnlyFilter

public FileOnlyFilter()
Method Detail

accept

public boolean accept(java.io.File pathname)
Specified by:
accept in interface java.io.FileFilter