クラス SftpOutboundGatewaySpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<SftpOutboundGatewaySpec, AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry>>
org.springframework.integration.dsl.MessageHandlerSpec<SftpOutboundGatewaySpec, AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry>>
org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpOutboundGatewaySpec>
org.springframework.integration.sftp.dsl.SftpOutboundGatewaySpec
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry>>、InitializingBean、Lifecycle、Phased、SmartLifecycle、ComponentsRegistration
public class SftpOutboundGatewaySpec
extends RemoteFileOutboundGatewaySpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpOutboundGatewaySpec>
- 導入:
- 5.0
- 作成者:
- Artem Bilan, Gary Russell
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedSftpOutboundGatewaySpec(AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry> outboundGateway) メソッドのサマリー
修飾子と型メソッド説明patternFileNameFilter(StringSE pattern) リモートファイルに一致する単純なパターンを指定します(例:regexFileNameFilter(StringSE regex) リモートファイルに一致する単純なパターンを指定します(例:クラス org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec から継承されたメソッド
autoCreateDirectory, autoCreateLocalDirectory, charset, chmod, fileExistsMode, fileExistsModeExpression, fileExistsModeExpression, fileExistsModeFunction, 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クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingletonインターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
SftpOutboundGatewaySpec
protected SftpOutboundGatewaySpec(AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry> outboundGateway)
メソッドの詳細
patternFileNameFilter
クラスからコピーされた説明:RemoteFileOutboundGatewaySpecリモートファイルに一致する単純なパターンを指定します(例: '*.txt' )。- 次で指定:
- クラス
RemoteFileOutboundGatewaySpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpOutboundGatewaySpec>のpatternFileNameFilter - パラメーター:
pattern- パターン。- 戻り値:
- スペック。
- 関連事項:
regexFileNameFilter
クラスからコピーされた説明:RemoteFileOutboundGatewaySpecリモートファイルに一致する単純なパターンを指定します(例: '[0-9].*.txt')。- 次で指定:
- クラス
RemoteFileOutboundGatewaySpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpOutboundGatewaySpec>のregexFileNameFilter - パラメーター:
regex- 正規表現パターン。- 戻り値:
- スペック。
- 関連事項: