public class SftpInboundChannelAdapterSpec extends RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>
synchronizer
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
Modifier | Constructor and Description |
---|---|
protected |
SftpInboundChannelAdapterSpec(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory,
Comparator<File> comparator) |
Modifier and Type | Method and Description |
---|---|
SftpInboundChannelAdapterSpec |
patternFilter(String pattern)
Configure a simple pattern filter (e.g.
|
SftpInboundChannelAdapterSpec |
regexFilter(String regex)
Configure a regex pattern filter (e.g.
|
autoCreateLocalDirectory, deleteRemoteFiles, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localFilename, localFilenameExpression, localFilenameExpression, localFilter, maxFetchSize, metadataStorePrefix, preserveTimestamp, remoteComparator, remoteDirectory, remoteDirectoryExpression, remoteFileMetadataStore, remoteFileSeparator, scanner, temporaryFileSuffix
messageHeaders
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
protected SftpInboundChannelAdapterSpec(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory, Comparator<File> comparator)
public SftpInboundChannelAdapterSpec patternFilter(String pattern)
RemoteFileInboundChannelAdapterSpec
patternFilter
in class RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>
pattern
- the Ant style pattern filter to use.SftpSimplePatternFileListFilter
,
RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)
public SftpInboundChannelAdapterSpec regexFilter(String regex)
RemoteFileInboundChannelAdapterSpec
regexFilter
in class RemoteFileInboundChannelAdapterSpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpInboundChannelAdapterSpec,SftpInboundFileSynchronizingMessageSource>
regex
- the RegExp pattern to use.SftpRegexPatternFileListFilter
,
RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)