public class FtpInboundChannelAdapterSpec extends RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpInboundChannelAdapterSpec,FtpInboundFileSynchronizingMessageSource>
synchronizer
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
FtpInboundChannelAdapterSpec |
patternFilter(java.lang.String pattern)
Specify a simple pattern to match remote files.
|
FtpInboundChannelAdapterSpec |
regexFilter(java.lang.String regex)
Specify a regular expression to match remote files.
|
autoCreateLocalDirectory, deleteRemoteFiles, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localFilename, localFilenameExpression, localFilenameExpression, localFilter, maxFetchSize, preserveTimestamp, remoteDirectory, remoteDirectoryExpression, remoteFileSeparator, temporaryFileSuffix
messageHeaders
_this, afterPropertiesSet, destroy, doGet, get, getId, getObject, getObjectType, id, isSingleton
public FtpInboundChannelAdapterSpec patternFilter(java.lang.String pattern)
patternFilter
in class RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpInboundChannelAdapterSpec,FtpInboundFileSynchronizingMessageSource>
pattern
- the pattern.FtpSimplePatternFileListFilter
,
RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)
public FtpInboundChannelAdapterSpec regexFilter(java.lang.String regex)
regexFilter
in class RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpInboundChannelAdapterSpec,FtpInboundFileSynchronizingMessageSource>
regex
- the expression.FtpRegexPatternFileListFilter
,
RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)