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