org.springframework.integration.ftp.filters
Class FtpRegexPatternFileListFilter
java.lang.Object
org.springframework.integration.file.filters.AbstractFileListFilter<F>
org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<org.apache.commons.net.ftp.FTPFile>
org.springframework.integration.ftp.filters.FtpRegexPatternFileListFilter
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile>
public class FtpRegexPatternFileListFilter
- extends org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<org.apache.commons.net.ftp.FTPFile>
Implementation of AbstractRegexPatternFileListFilter for FTP.
- Since:
- 2.0
|
Method Summary |
protected java.lang.String |
getFilename(org.apache.commons.net.ftp.FTPFile file)
|
| Methods inherited from class org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter |
accept, afterPropertiesSet, setPattern, setPattern |
| Methods inherited from class org.springframework.integration.file.filters.AbstractFileListFilter |
filterFiles |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FtpRegexPatternFileListFilter
public FtpRegexPatternFileListFilter(java.lang.String pattern)
FtpRegexPatternFileListFilter
public FtpRegexPatternFileListFilter(java.util.regex.Pattern pattern)
getFilename
protected java.lang.String getFilename(org.apache.commons.net.ftp.FTPFile file)
- Specified by:
getFilename in class org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<org.apache.commons.net.ftp.FTPFile>