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