Spring Integration

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:
FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>

public class SftpSimplePatternFileListFilter
extends AbstractSimplePatternFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>

Implementation of AbstractSimplePatternFileListFilter for SFTP.

Since:
2.0
Author:
Mark Fisher

Constructor Summary
SftpSimplePatternFileListFilter(java.lang.String pattern)
           
 
Method Summary
protected  java.lang.String getFilename(com.jcraft.jsch.ChannelSftp.LsEntry entry)
          Subclasses must implement this method to extract the file's name.
 
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)
Description copied from class: AbstractSimplePatternFileListFilter
Subclasses must implement this method to extract the file's name.

Specified by:
getFilename in class AbstractSimplePatternFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>

Spring Integration