org.apache.wicket.util.file
Interface Folder.FolderFilter

Enclosing class:
Folder

public static interface Folder.FolderFilter

Filter for folders

Author:
Jonathan Locke

Method Summary
 boolean accept(Folder folder)
           
 

Method Detail

accept

boolean accept(Folder folder)
Parameters:
folder - The folder to test
Returns:
True if the file should be accepted


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.