public abstract static class FtpClient.FileNameFilter
extends java.lang.Object
implements org.apache.commons.net.ftp.FTPFileFilter
Constructor and Description |
---|
FileNameFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.apache.commons.net.ftp.FTPFile file) |
protected abstract boolean |
doAccept(java.lang.String fileName) |