Package com.sun.javatest.util
Interface FileFilter
-
public interface FileFilter
A filter interface for files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accepts(java.io.File file)
Determines whether a file should be included in a collection.
-