public abstract class FileFilter
extends java.lang.Object
| Constructor and Description |
|---|
FileFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(java.io.File file_)
Determines whether the specified file is accepted by this filter.
|