Package org.apache.wicket.util.file
Interface Folder.FolderFilter
-
- Enclosing class:
- Folder
public static interface Folder.FolderFilterFilter for folders- Author:
- Jonathan Locke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(Folder folder)
-
-
-
Method Detail
-
accept
boolean accept(Folder folder)
- Parameters:
folder- The folder to test- Returns:
- True if the file should be accepted
-
-