public class SftpSimplePatternFileListFilter
extends org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
AbstractSimplePatternFileListFilter for SFTP.| Constructor and Description |
|---|
SftpSimplePatternFileListFilter(java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getFilename(com.jcraft.jsch.ChannelSftp.LsEntry entry) |
protected boolean |
isDirectory(com.jcraft.jsch.ChannelSftp.LsEntry file) |
acceptalwaysAccept, setAlwaysAcceptDirectoriespublic SftpSimplePatternFileListFilter(java.lang.String pattern)
protected java.lang.String getFilename(com.jcraft.jsch.ChannelSftp.LsEntry entry)
getFilename in class org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>protected boolean isDirectory(com.jcraft.jsch.ChannelSftp.LsEntry file)
isDirectory in class org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>