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

Enclosing class:
Folder

public static interface Folder.FileFilter

Filter for files

Author:
Jonathan Locke

Field Summary
static Folder.FileFilter ALL_FILES
          File filter that matches all files
 
Method Summary
 boolean accept(File file)
           
 

Field Detail

ALL_FILES

static final Folder.FileFilter ALL_FILES
File filter that matches all files

Method Detail

accept

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


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