public class FtpOutboundGatewaySpec extends RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>
RemoteFileOutboundGatewaySpec
for FTP.PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
Modifier | Constructor and Description |
---|---|
protected |
FtpOutboundGatewaySpec(FtpOutboundGateway outboundGateway) |
Modifier and Type | Method and Description |
---|---|
FtpOutboundGatewaySpec |
patternFileNameFilter(String pattern)
Specify a simple pattern to match remote files (e.g.
|
FtpOutboundGatewaySpec |
regexFileNameFilter(String regex)
Specify a simple pattern to match remote files (e.g.
|
FtpOutboundGatewaySpec |
workingDirExpression(Expression workingDirExpression)
Specify a SpEL
Expression to evaluate FTP client working directory
against request message. |
FtpOutboundGatewaySpec |
workingDirExpression(String workingDirExpression)
Specify a SpEL
Expression to evaluate FTP client working directory
against request message. |
FtpOutboundGatewaySpec |
workingDirFunction(java.util.function.Function<Message<?>,String> workingDirFunction)
Specify a
Function to evaluate FTP client working directory
against request message. |
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
protected FtpOutboundGatewaySpec(FtpOutboundGateway outboundGateway)
public FtpOutboundGatewaySpec patternFileNameFilter(String pattern)
RemoteFileOutboundGatewaySpec
patternFileNameFilter
in class RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>
pattern
- the pattern.FtpSimplePatternFileListFilter
public FtpOutboundGatewaySpec regexFileNameFilter(String regex)
RemoteFileOutboundGatewaySpec
regexFileNameFilter
in class RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>
regex
- the regex pattern.FtpRegexPatternFileListFilter
public FtpOutboundGatewaySpec workingDirExpression(String workingDirExpression)
Expression
to evaluate FTP client working directory
against request message.workingDirExpression
- the SpEL expression to evaluate working directoryFtpOutboundGateway.setWorkingDirExpression(Expression)
public FtpOutboundGatewaySpec workingDirExpression(Expression workingDirExpression)
Expression
to evaluate FTP client working directory
against request message.workingDirExpression
- the SpEL expression to evaluate working directoryFtpOutboundGateway.setWorkingDirExpression(Expression)
public FtpOutboundGatewaySpec workingDirFunction(java.util.function.Function<Message<?>,String> workingDirFunction)
Function
to evaluate FTP client working directory
against request message.workingDirFunction
- the function to evaluate working directoryFtpOutboundGateway.setWorkingDirExpression(Expression)