public class FtpOutboundGatewaySpec extends RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>
RemoteFileOutboundGatewaySpec
。PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
修飾子 | コンストラクターと説明 |
---|---|
protected | FtpOutboundGatewaySpec(FtpOutboundGateway outboundGateway) |
修飾子と型 | メソッドと説明 |
---|---|
FtpOutboundGatewaySpec | patternFileNameFilter(StringSE pattern) リモートファイルに一致する単純なパターンを指定します(例: |
FtpOutboundGatewaySpec | regexFileNameFilter(StringSE regex) リモートファイルに一致する単純なパターンを指定します(例: |
FtpOutboundGatewaySpec | workingDirExpression(Expression workingDirExpression) SpEL Expression を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。 |
FtpOutboundGatewaySpec | workingDirExpression(StringSE workingDirExpression) SpEL Expression を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。 |
FtpOutboundGatewaySpec | workingDirFunction(java.util.function.FunctionSE<Message<?>,StringSE> workingDirFunction) Function SE を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。 |
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, stop
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
protected FtpOutboundGatewaySpec(FtpOutboundGateway outboundGateway)
public FtpOutboundGatewaySpec patternFileNameFilter(StringSE pattern)
RemoteFileOutboundGatewaySpec
RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>
の patternFileNameFilter
pattern
- パターン。FtpSimplePatternFileListFilter
public FtpOutboundGatewaySpec regexFileNameFilter(StringSE regex)
RemoteFileOutboundGatewaySpec
RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>
の regexFileNameFilter
regex
- 正規表現パターン。FtpRegexPatternFileListFilter
public FtpOutboundGatewaySpec workingDirExpression(StringSE workingDirExpression)
Expression
を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。workingDirExpression
- 作業ディレクトリを評価する SpEL 式 FtpOutboundGateway.setWorkingDirExpression(Expression)
public FtpOutboundGatewaySpec workingDirExpression(Expression workingDirExpression)
Expression
を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。workingDirExpression
- 作業ディレクトリを評価する SpEL 式 FtpOutboundGateway.setWorkingDirExpression(Expression)
public FtpOutboundGatewaySpec workingDirFunction(java.util.function.FunctionSE<Message<?>,StringSE> workingDirFunction)
Function
SE を指定して、リクエストメッセージに対して FTP クライアントの作業ディレクトリを評価します。workingDirFunction
- 作業ディレクトリを評価する関数 FtpOutboundGateway.setWorkingDirExpression(Expression)