org.springframework.integration.ftp.filters
Class FtpSimplePatternFileListFilter

java.lang.Object
  extended by org.springframework.integration.file.filters.AbstractFileListFilter<F>
      extended by org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<org.apache.commons.net.ftp.FTPFile>
          extended by org.springframework.integration.ftp.filters.FtpSimplePatternFileListFilter
All Implemented Interfaces:
org.springframework.integration.file.filters.FileListFilter<org.apache.commons.net.ftp.FTPFile>

public class FtpSimplePatternFileListFilter
extends org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<org.apache.commons.net.ftp.FTPFile>

Implementation of AbstractSimplePatternFileListFilter for FTP.

Since:
2.0

Constructor Summary
FtpSimplePatternFileListFilter(java.lang.String pattern)
           
 
Method Summary
protected  java.lang.String getFilename(org.apache.commons.net.ftp.FTPFile file)
           
 
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

FtpSimplePatternFileListFilter

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

getFilename

protected java.lang.String getFilename(org.apache.commons.net.ftp.FTPFile file)
Specified by:
getFilename in class org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<org.apache.commons.net.ftp.FTPFile>