org.apache.ftpserver.command.impl.listing
Interface FileFilter

All Known Implementing Classes:
RegexFileFilter, VisibleFileFilter

public interface FileFilter

Internal class, do not use directly. Interface for selecting files based on some critera.

Author:
Apache MINA Project
See Also:
FileFilter

Method Summary
 boolean accept(FtpFile file)
          Decide if the FtpFile should be selected
 

Method Detail

accept

boolean accept(FtpFile file)
Decide if the FtpFile should be selected

Parameters:
file - The FtpFile
Returns:
true if the FtpFile was selected


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