public interface IOFileFilter extends FileFilter, FilenameFilter
boolean accept(File file)
Defined in FileFilter.
accept in interface FileFilterfile - the File to checkboolean accept(File dir, String name)
Defined in FilenameFilter.
accept in interface FilenameFilterdir - the directory File to checkname - the filename within the directory to checkCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.