public class FtpSimplePatternFileListFilter
extends org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<org.apache.commons.net.ftp.FTPFile>
AbstractSimplePatternFileListFilter for FTP.| Constructor and Description |
|---|
FtpSimplePatternFileListFilter(java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getFilename(org.apache.commons.net.ftp.FTPFile file) |
protected boolean |
isDirectory(org.apache.commons.net.ftp.FTPFile file) |
acceptalwaysAccept, setAlwaysAcceptDirectoriespublic FtpSimplePatternFileListFilter(java.lang.String pattern)
protected java.lang.String getFilename(org.apache.commons.net.ftp.FTPFile file)
getFilename in class org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<org.apache.commons.net.ftp.FTPFile>protected boolean isDirectory(org.apache.commons.net.ftp.FTPFile file)
isDirectory in class org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<org.apache.commons.net.ftp.FTPFile>