クラス SmbOutboundGatewaySpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec < SmbOutboundGatewaySpec、AbstractRemoteFileOutboundGateway <jcifs.smb.SmbFile>>
org.springframework.integration.dsl.MessageHandlerSpec < SmbOutboundGatewaySpec、AbstractRemoteFileOutboundGateway <jcifs.smb.SmbFile>>
org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<jcifs.smb.SmbFile,SmbOutboundGatewaySpec>
org.springframework.integration.smb.dsl.SmbOutboundGatewaySpec
- 実装されたすべてのインターフェース:
DisposableBean
、FactoryBean<AbstractRemoteFileOutboundGateway<jcifs.smb.SmbFile>>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
、ComponentsRegistration
public class SmbOutboundGatewaySpec
extends RemoteFileOutboundGatewaySpec<jcifs.smb.SmbFile,SmbOutboundGatewaySpec>
SMB 用の
RemoteFileOutboundGatewaySpec
。- 導入:
- 6.0
- 作成者:
- Gregory Bragg
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明patternFileNameFilter
(StringSE pattern) リモートファイルに一致する単純なパターンを指定します(例:regexFileNameFilter
(StringSE regex) リモートファイルに一致する単純なパターンを指定します(例:クラス org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec から継承されたメソッド
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
クラス 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
コンストラクターの詳細
SmbOutboundGatewaySpec
メソッドの詳細
patternFileNameFilter
クラスからコピーされた説明:RemoteFileOutboundGatewaySpec
リモートファイルに一致する単純なパターンを指定します(例: '*.txt' )。- 次で指定:
- クラス
RemoteFileOutboundGatewaySpec<jcifs.smb.SmbFile,
のSmbOutboundGatewaySpec> patternFileNameFilter
- パラメーター:
pattern
- パターン。- 戻り値:
- スペック。
- 関連事項:
regexFileNameFilter
クラスからコピーされた説明:RemoteFileOutboundGatewaySpec
リモートファイルに一致する単純なパターンを指定します(例: '[0-9].*.txt')。- 次で指定:
- クラス
RemoteFileOutboundGatewaySpec<jcifs.smb.SmbFile,
のSmbOutboundGatewaySpec> regexFileNameFilter
- パラメーター:
regex
- 正規表現パターン。- 戻り値:
- スペック。
- 関連事項: