com.ejie.r01f.file
Class AllFilesFilter

java.lang.Object
  extended bycom.ejie.r01f.file.AllFilesFilter
All Implemented Interfaces:
java.io.FileFilter

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

Filtro para obtener todos los archivos y directorios


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

Constructor Detail

AllFilesFilter

public AllFilesFilter()
Method Detail

accept

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