public abstract class RemoteFileOutboundGatewaySpec<F,S extends RemoteFileOutboundGatewaySpec<F,S>> extends MessageHandlerSpec<S,org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway<F>>
id, logger, PARSER, target
Modifier | Constructor and Description |
---|---|
protected |
RemoteFileOutboundGatewaySpec(org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway<F> outboundGateway) |
Modifier and Type | Method and Description |
---|---|
S |
autoCreateLocalDirectory(boolean autoCreateLocalDirectory) |
protected org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway<F> |
doGet() |
S |
filter(org.springframework.integration.file.filters.FileListFilter<F> filter) |
S |
localDirectory(java.io.File localDirectory) |
<P> S |
localDirectory(Function<org.springframework.messaging.Message<P>,java.lang.String> localDirectoryFunction) |
S |
localDirectoryExpression(java.lang.String localDirectoryExpression) |
<P> S |
localFilename(Function<org.springframework.messaging.Message<P>,java.lang.String> localFilenameFunction) |
S |
localFilenameExpression(java.lang.String localFilenameExpression) |
S |
mputFilter(org.springframework.integration.file.filters.FileListFilter<java.io.File> filter) |
S |
options(org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Option... options) |
S |
options(java.lang.String options) |
abstract S |
patternFileNameFilter(java.lang.String pattern) |
S |
patternMputFilter(java.lang.String pattern) |
abstract S |
regexFileNameFilter(java.lang.String regex) |
S |
regexMpuFilter(java.lang.String regex) |
S |
remoteFileSeparator(java.lang.String remoteFileSeparator) |
S |
renameExpression(java.lang.String expression) |
S |
temporaryFileSuffix(java.lang.String temporaryFileSuffix) |
_this, get, getId, id
protected RemoteFileOutboundGatewaySpec(org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway<F> outboundGateway)
public S options(java.lang.String options)
public S options(org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Option... options)
public S remoteFileSeparator(java.lang.String remoteFileSeparator)
public S localDirectory(java.io.File localDirectory)
public S localDirectoryExpression(java.lang.String localDirectoryExpression)
public <P> S localDirectory(Function<org.springframework.messaging.Message<P>,java.lang.String> localDirectoryFunction)
public S autoCreateLocalDirectory(boolean autoCreateLocalDirectory)
public S temporaryFileSuffix(java.lang.String temporaryFileSuffix)
public abstract S patternFileNameFilter(java.lang.String pattern)
public abstract S regexFileNameFilter(java.lang.String regex)
public S mputFilter(org.springframework.integration.file.filters.FileListFilter<java.io.File> filter)
public S patternMputFilter(java.lang.String pattern)
public S regexMpuFilter(java.lang.String regex)
public S renameExpression(java.lang.String expression)
public S localFilenameExpression(java.lang.String localFilenameExpression)
public <P> S localFilename(Function<org.springframework.messaging.Message<P>,java.lang.String> localFilenameFunction)
protected org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway<F> doGet()
doGet
in class IntegrationComponentSpec<S extends RemoteFileOutboundGatewaySpec<F,S>,org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway<F>>