Package org.apache.wicket.util.file
Interface Folder.FileFilter
-
- Enclosing class:
- Folder
public static interface Folder.FileFilter
Filter for files- Author:
- Jonathan Locke
-
-
Field Summary
Fields Modifier and Type Field Description static Folder.FileFilter
ALL_FILES
File filter that matches all files
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(File file)
-
-
-
Field Detail
-
ALL_FILES
static final Folder.FileFilter ALL_FILES
File filter that matches all files
-
-