|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.file.filters.AbstractFileListFilter<F>
org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<org.apache.commons.net.ftp.FTPFile>
org.springframework.integration.ftp.filters.FtpRegexPatternFileListFilter
public class FtpRegexPatternFileListFilter
Implementation of AbstractRegexPatternFileListFilter for FTP.
| Constructor Summary | |
|---|---|
FtpRegexPatternFileListFilter(java.util.regex.Pattern pattern)
|
|
FtpRegexPatternFileListFilter(java.lang.String pattern)
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getFilename(org.apache.commons.net.ftp.FTPFile file)
Subclasses must implement this method to extract the file's name. |
| 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 |
| Constructor Detail |
|---|
public FtpRegexPatternFileListFilter(java.lang.String pattern)
public FtpRegexPatternFileListFilter(java.util.regex.Pattern pattern)
| Method Detail |
|---|
protected java.lang.String getFilename(org.apache.commons.net.ftp.FTPFile file)
AbstractRegexPatternFileListFilter
getFilename in class AbstractRegexPatternFileListFilter<org.apache.commons.net.ftp.FTPFile>
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||