public class FtpInboundChannelAdapterSpec extends org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpInboundChannelAdapterSpec,FtpInboundFileSynchronizingMessageSource>
RemoteFileInboundChannelAdapterSpec for an FtpInboundFileSynchronizingMessageSource.synchronizer| Modifier | Constructor and Description |
|---|---|
protected |
FtpInboundChannelAdapterSpec(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory,
java.util.Comparator<java.io.File> comparator) |
| 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, metadataStorePrefix, preserveTimestamp, remoteDirectory, remoteDirectoryExpression, remoteFileMetadataStore, remoteFileSeparator, scanner, temporaryFileSuffix_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopprotected FtpInboundChannelAdapterSpec(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory,
java.util.Comparator<java.io.File> comparator)
public FtpInboundChannelAdapterSpec patternFilter(java.lang.String pattern)
patternFilter in class org.springframework.integration.file.dsl.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 org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpInboundChannelAdapterSpec,FtpInboundFileSynchronizingMessageSource>regex - the expression.FtpRegexPatternFileListFilter,
RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)