org.springframework.integration.sftp.filters
Class SftpSimplePatternFileListFilter

java.lang.Object
  extended by org.springframework.integration.file.filters.AbstractFileListFilter<F>
      extended by org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
          extended by org.springframework.integration.sftp.filters.SftpSimplePatternFileListFilter
All Implemented Interfaces:
org.springframework.integration.file.filters.FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>

public class SftpSimplePatternFileListFilter
extends org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>

Implementation of AbstractSimplePatternFileListFilter for SFTP.

Since:
2.0

Constructor Summary
SftpSimplePatternFileListFilter(java.lang.String pattern)
           
 
Method Summary
protected  java.lang.String getFilename(com.jcraft.jsch.ChannelSftp.LsEntry entry)
           
 
Methods inherited from class org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter
accept
 
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
 

Constructor Detail

SftpSimplePatternFileListFilter

public SftpSimplePatternFileListFilter(java.lang.String pattern)
Method Detail

getFilename

protected java.lang.String getFilename(com.jcraft.jsch.ChannelSftp.LsEntry entry)
Specified by:
getFilename in class org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>