Uses of Class
org.springframework.integration.file.remote.AbstractFileInfo
Packages that use AbstractFileInfo
Package
Description
Base package for supporting remote files.
Provides classes supporting remote file gateways.
Provides classes supporting FTP gateways.
Provides classes supporting inbound endpoints.
Provides classes supporting FTP sessions.
Provides classes supporting SFTP gateways.
Provides classes supporting inbound endpoints.
Provides classes supporting SFTP sessions.
Inbound Channel Adapters implementations for SMB protocol.
Outbound Channel Adapter implementations for SMB protocol.
SMB Remote Session abstraction support classes.
-
Uses of AbstractFileInfo in org.springframework.integration.file.remote
Methods in org.springframework.integration.file.remote that return AbstractFileInfoModifier and TypeMethodDescriptionprotected AbstractFileInfo<F>
AbstractRemoteFileStreamingMessageSource.poll()
Methods in org.springframework.integration.file.remote that return types with arguments of type AbstractFileInfoModifier and TypeMethodDescriptionprotected abstract List<AbstractFileInfo<F>>
AbstractRemoteFileStreamingMessageSource.asFileInfoList
(Collection<F> files) Methods in org.springframework.integration.file.remote with parameters of type AbstractFileInfoModifier and TypeMethodDescriptionprotected String
AbstractRemoteFileStreamingMessageSource.remotePath
(AbstractFileInfo<F> file) -
Uses of AbstractFileInfo in org.springframework.integration.file.remote.gateway
Methods in org.springframework.integration.file.remote.gateway that return types with arguments of type AbstractFileInfoModifier and TypeMethodDescriptionprotected abstract List<AbstractFileInfo<F>>
AbstractRemoteFileOutboundGateway.asFileInfoList
(Collection<F> files) Methods in org.springframework.integration.file.remote.gateway with parameters of type AbstractFileInfoModifier and TypeMethodDescriptionprotected abstract String
AbstractRemoteFileOutboundGateway.getFilename
(AbstractFileInfo<F> file) -
Uses of AbstractFileInfo in org.springframework.integration.ftp.gateway
Methods in org.springframework.integration.ftp.gateway that return types with arguments of type AbstractFileInfoModifier and TypeMethodDescriptionprotected List<AbstractFileInfo<org.apache.commons.net.ftp.FTPFile>>
FtpOutboundGateway.asFileInfoList
(Collection<org.apache.commons.net.ftp.FTPFile> files) Methods in org.springframework.integration.ftp.gateway with parameters of type AbstractFileInfoModifier and TypeMethodDescriptionprotected String
FtpOutboundGateway.getFilename
(AbstractFileInfo<org.apache.commons.net.ftp.FTPFile> file) -
Uses of AbstractFileInfo in org.springframework.integration.ftp.inbound
Methods in org.springframework.integration.ftp.inbound that return types with arguments of type AbstractFileInfoModifier and TypeMethodDescriptionprotected List<AbstractFileInfo<org.apache.commons.net.ftp.FTPFile>>
FtpStreamingMessageSource.asFileInfoList
(Collection<org.apache.commons.net.ftp.FTPFile> files) -
Uses of AbstractFileInfo in org.springframework.integration.ftp.session
Subclasses of AbstractFileInfo in org.springframework.integration.ftp.session -
Uses of AbstractFileInfo in org.springframework.integration.sftp.gateway
Methods in org.springframework.integration.sftp.gateway that return types with arguments of type AbstractFileInfoModifier and TypeMethodDescriptionprotected List<AbstractFileInfo<org.apache.sshd.sftp.client.SftpClient.DirEntry>>
SftpOutboundGateway.asFileInfoList
(Collection<org.apache.sshd.sftp.client.SftpClient.DirEntry> files) Methods in org.springframework.integration.sftp.gateway with parameters of type AbstractFileInfoModifier and TypeMethodDescriptionprotected String
SftpOutboundGateway.getFilename
(AbstractFileInfo<org.apache.sshd.sftp.client.SftpClient.DirEntry> file) -
Uses of AbstractFileInfo in org.springframework.integration.sftp.inbound
Methods in org.springframework.integration.sftp.inbound that return types with arguments of type AbstractFileInfoModifier and TypeMethodDescriptionprotected List<AbstractFileInfo<org.apache.sshd.sftp.client.SftpClient.DirEntry>>
SftpStreamingMessageSource.asFileInfoList
(Collection<org.apache.sshd.sftp.client.SftpClient.DirEntry> files) -
Uses of AbstractFileInfo in org.springframework.integration.sftp.session
Subclasses of AbstractFileInfo in org.springframework.integration.sftp.session -
Uses of AbstractFileInfo in org.springframework.integration.smb.inbound
Methods in org.springframework.integration.smb.inbound that return types with arguments of type AbstractFileInfoModifier and TypeMethodDescriptionprotected List<AbstractFileInfo<jcifs.smb.SmbFile>>
SmbStreamingMessageSource.asFileInfoList
(Collection<jcifs.smb.SmbFile> files) -
Uses of AbstractFileInfo in org.springframework.integration.smb.outbound
Methods in org.springframework.integration.smb.outbound that return types with arguments of type AbstractFileInfoModifier and TypeMethodDescriptionprotected List<AbstractFileInfo<jcifs.smb.SmbFile>>
SmbOutboundGateway.asFileInfoList
(Collection<jcifs.smb.SmbFile> files) Methods in org.springframework.integration.smb.outbound with parameters of type AbstractFileInfoModifier and TypeMethodDescriptionprotected String
SmbOutboundGateway.getFilename
(AbstractFileInfo<jcifs.smb.SmbFile> file) -
Uses of AbstractFileInfo in org.springframework.integration.smb.session
Subclasses of AbstractFileInfo in org.springframework.integration.smb.session