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.
- Version:
- $Rev$, $Date$
- Author:
- The Apache MINA Project (dev@mina.apache.org)
- See Also:
FileFilter
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.