Uses of Interface
org.springframework.integration.file.remote.RemoteFileOperations
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
Base package for supporting remote files.
Provides classes supporting remote file gateways.
Provides classes for configuration - parsers, namespace handlers.
Provides classes supporting FTP gateways.
Provides classes supporting FTP sessions.
Provides classes for configuration - parsers, namespace handlers.
Provides classes supporting SFTP gateways.
Provides classes supporting SFTP sessions.
SMB-specific file list filter classes.
SMB Remote Session abstraction support classes.
-
Uses of RemoteFileOperations in org.springframework.integration.file.config
Modifier and TypeMethodDescriptionprotected abstract Class<? extends RemoteFileOperations<?>>
AbstractRemoteFileOutboundGatewayParser.getTemplateClass()
protected abstract Class<? extends RemoteFileOperations<?>>
AbstractRemoteFileStreamingInboundChannelAdapterParser.getTemplateClass()
protected abstract Class<? extends RemoteFileOperations<?>>
RemoteFileOutboundChannelAdapterParser.getTemplateClass()
Modifier and TypeMethodDescriptionstatic BeanDefinition
FileParserUtils.parseRemoteFileTemplate
(Element element, ParserContext parserContext, boolean atLeastOneRemoteDirectoryAttributeRequired, Class<? extends RemoteFileOperations<?>> templateClass) -
Uses of RemoteFileOperations in org.springframework.integration.file.remote
Modifier and TypeClassDescriptionclass
A general abstraction for dealing with remote files.Modifier and TypeMethodDescriptionRemoteFileOperations.OperationsCallback.doInOperations
(RemoteFileOperations<F> operations) Execute any number of operations using a dedicated remote session as long as those operations are performed on the template argument and on the calling thread. -
Uses of RemoteFileOperations in org.springframework.integration.file.remote.gateway
Modifier and TypeMethodDescriptionprotected void
AbstractRemoteFileOutboundGateway.doChmod
(RemoteFileOperations<F> remoteFileOperations, String path, int chmodToSet) Set the mode on the remote file after transfer; the default implementation does nothing. -
Uses of RemoteFileOperations in org.springframework.integration.ftp.config
Modifier and TypeMethodDescriptionprotected Class<? extends RemoteFileOperations<?>>
FtpOutboundChannelAdapterParser.getTemplateClass()
protected Class<? extends RemoteFileOperations<?>>
FtpOutboundGatewayParser.getTemplateClass()
protected Class<? extends RemoteFileOperations<?>>
FtpStreamingInboundChannelAdapterParser.getTemplateClass()
-
Uses of RemoteFileOperations in org.springframework.integration.ftp.gateway
Modifier and TypeMethodDescriptionprotected void
FtpOutboundGateway.doChmod
(RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> remoteFileOperations, String path, int chmod) -
Uses of RemoteFileOperations in org.springframework.integration.ftp.session
Modifier and TypeClassDescriptionclass
FTP version ofRemoteFileTemplate
providing type-safe access to the underlying FTPClient object. -
Uses of RemoteFileOperations in org.springframework.integration.sftp.config
Modifier and TypeMethodDescriptionprotected Class<? extends RemoteFileOperations<?>>
SftpOutboundChannelAdapterParser.getTemplateClass()
protected Class<? extends RemoteFileOperations<?>>
SftpOutboundGatewayParser.getTemplateClass()
protected Class<? extends RemoteFileOperations<?>>
SftpStreamingInboundChannelAdapterParser.getTemplateClass()
-
Uses of RemoteFileOperations in org.springframework.integration.sftp.gateway
Modifier and TypeMethodDescriptionprotected void
SftpOutboundGateway.doChmod
(RemoteFileOperations<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileOperations, String path, int chmod) -
Uses of RemoteFileOperations in org.springframework.integration.sftp.session
Modifier and TypeClassDescriptionclass
SFTP version ofRemoteFileTemplate
providing type-safe access to the underlying ChannelSftp object. -
Uses of RemoteFileOperations in org.springframework.integration.smb.config
Modifier and TypeMethodDescriptionprotected Class<? extends RemoteFileOperations<?>>
SmbOutboundChannelAdapterParser.getTemplateClass()
protected Class<? extends RemoteFileOperations<?>>
SmbOutboundGatewayParser.getTemplateClass()
protected Class<? extends RemoteFileOperations<?>>
SmbStreamingInboundChannelAdapterParser.getTemplateClass()
-
Uses of RemoteFileOperations in org.springframework.integration.smb.session