org.springframework.integration.sftp.filters
Class SftpRegexPatternFileListFilter
java.lang.Object
org.springframework.integration.file.filters.AbstractFileListFilter<F>
org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
org.springframework.integration.sftp.filters.SftpRegexPatternFileListFilter
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
public class SftpRegexPatternFileListFilter
- extends org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
Implementation of AbstractRegexPatternFileListFilter for SFTP.
- Since:
- 2.0
|
Method Summary |
protected java.lang.String |
getFilename(com.jcraft.jsch.ChannelSftp.LsEntry entry)
|
| 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 |
SftpRegexPatternFileListFilter
public SftpRegexPatternFileListFilter(java.lang.String pattern)
SftpRegexPatternFileListFilter
public SftpRegexPatternFileListFilter(java.util.regex.Pattern pattern)
getFilename
protected java.lang.String getFilename(com.jcraft.jsch.ChannelSftp.LsEntry entry)
- Specified by:
getFilename in class org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>