fr.cnes.sitools.util
Class FileUtils.FalseFileFilter

java.lang.Object
  extended by fr.cnes.sitools.util.FileUtils.FalseFileFilter
All Implemented Interfaces:
FileUtils.IOFileFilter, java.io.FileFilter, java.io.FilenameFilter
Enclosing class:
FileUtils

public static final class FileUtils.FalseFileFilter
extends java.lang.Object
implements FileUtils.IOFileFilter

False filter

Author:
AKKA

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

Method Detail

accept

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

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Specified by:
accept in interface java.io.FilenameFilter


Copyright © 2010-2013 CNES. All Rights Reserved.