public class FtpInboundChannelAdapterSpec extends RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpInboundChannelAdapterSpec,FtpInboundFileSynchronizingMessageSource>
synchronizer
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
修飾子 | コンストラクターと説明 |
---|---|
protected | FtpInboundChannelAdapterSpec(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, ComparatorSE<FileSE> comparator) |
修飾子と型 | メソッドと説明 |
---|---|
FtpInboundChannelAdapterSpec | patternFilter(StringSE pattern) リモートファイルに一致する単純なパターンを指定します。 |
FtpInboundChannelAdapterSpec | regexFilter(StringSE regex) リモートファイルに一致する正規表現を指定します。 |
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
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
protected FtpInboundChannelAdapterSpec(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, ComparatorSE<FileSE> comparator)
public FtpInboundChannelAdapterSpec patternFilter(StringSE pattern)
RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
の patternFilter
pattern
- パターン。FtpSimplePatternFileListFilter
, RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)
public FtpInboundChannelAdapterSpec regexFilter(StringSE regex)
RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile,FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
の regexFilter
regex
- 表現。FtpRegexPatternFileListFilter
, RemoteFileInboundChannelAdapterSpec.filter(org.springframework.integration.file.filters.FileListFilter)