public class SftpOutboundGatewaySpec extends RemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec>
PARSER, targetloggerDEFAULT_PHASEOBJECT_TYPE_ATTRIBUTE| 修飾子 | コンストラクターと説明 |
|---|---|
protected | SftpOutboundGatewaySpec(AbstractRemoteFileOutboundGateway<com.jcraft.jsch.ChannelSftp.LsEntry> outboundGateway) |
| 修飾子と型 | メソッドと説明 |
|---|---|
SftpOutboundGatewaySpec | patternFileNameFilter(StringSE pattern) リモートファイルに一致する単純なパターンを指定します(例: |
SftpOutboundGatewaySpec | regexFileNameFilter(StringSE regex) リモートファイルに一致する単純なパターンを指定します(例: |
autoCreateDirectory, autoCreateLocalDirectory, charset, chmod, fileExistsMode, fileNameExpression, fileNameExpression, fileNameFunction, fileNameGenerator, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localDirectory, localDirectoryExpression, localDirectoryExpression, localFilenameExpression, localFilenameExpression, localFilenameFunction, mputFilter, mputFilterExpression, mputFilterFunction, options, options, patternMputFilter, regexMputFilter, remoteDirectoryExpression, remoteDirectoryExpression, remoteDirectoryFunction, remoteFileSeparator, renameExpression, renameExpression, renameFunction, temporaryFileSuffix, temporaryRemoteDirectoryExpression, temporaryRemoteDirectoryExpression, temporaryRemoteDirectoryFunction, useTemporaryFileName_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopafterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletoncloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected SftpOutboundGatewaySpec(AbstractRemoteFileOutboundGateway<com.jcraft.jsch.ChannelSftp.LsEntry> outboundGateway)
public SftpOutboundGatewaySpec patternFileNameFilter(StringSE pattern)
RemoteFileOutboundGatewaySpecRemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec> の patternFileNameFilter pattern - パターン。SftpSimplePatternFileListFilterpublic SftpOutboundGatewaySpec regexFileNameFilter(StringSE regex)
RemoteFileOutboundGatewaySpecRemoteFileOutboundGatewaySpec<com.jcraft.jsch.ChannelSftp.LsEntry,SftpOutboundGatewaySpec> の regexFileNameFilter regex - 正規表現パターン。SftpRegexPatternFileListFilter