Uses of Class
org.springframework.integration.file.remote.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
Modifier and TypeMethodDescriptionprotected AbstractFileInfo<F>
AbstractRemoteFileStreamingMessageSource.poll()
Modifier and TypeMethodDescriptionprotected abstract List<AbstractFileInfo<F>>
AbstractRemoteFileStreamingMessageSource.asFileInfoList
(Collection<F> files) Modifier and TypeMethodDescriptionprotected String
AbstractRemoteFileStreamingMessageSource.remotePath
(AbstractFileInfo<F> file) -
Uses of AbstractFileInfo in org.springframework.integration.file.remote.gateway
Modifier and TypeMethodDescriptionprotected abstract List<AbstractFileInfo<F>>
AbstractRemoteFileOutboundGateway.asFileInfoList
(Collection<F> files) Modifier and TypeMethodDescriptionprotected abstract String
AbstractRemoteFileOutboundGateway.getFilename
(AbstractFileInfo<F> file) -
Uses of AbstractFileInfo in org.springframework.integration.ftp.gateway
Modifier and TypeMethodDescriptionprotected List<AbstractFileInfo<org.apache.commons.net.ftp.FTPFile>>
FtpOutboundGateway.asFileInfoList
(Collection<org.apache.commons.net.ftp.FTPFile> files) Modifier and TypeMethodDescriptionprotected String
FtpOutboundGateway.getFilename
(AbstractFileInfo<org.apache.commons.net.ftp.FTPFile> file) -
Uses of AbstractFileInfo in org.springframework.integration.ftp.inbound
Modifier 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
-
Uses of AbstractFileInfo in org.springframework.integration.sftp.gateway
Modifier and TypeMethodDescriptionprotected List<AbstractFileInfo<org.apache.sshd.sftp.client.SftpClient.DirEntry>>
SftpOutboundGateway.asFileInfoList
(Collection<org.apache.sshd.sftp.client.SftpClient.DirEntry> files) Modifier and TypeMethodDescriptionprotected String
SftpOutboundGateway.getFilename
(AbstractFileInfo<org.apache.sshd.sftp.client.SftpClient.DirEntry> file) -
Uses of AbstractFileInfo in org.springframework.integration.sftp.inbound
Modifier 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
-
Uses of AbstractFileInfo in org.springframework.integration.smb.inbound
Modifier and TypeMethodDescriptionprotected List<AbstractFileInfo<jcifs.smb.SmbFile>>
SmbStreamingMessageSource.asFileInfoList
(Collection<jcifs.smb.SmbFile> files) -
Uses of AbstractFileInfo in org.springframework.integration.smb.outbound
Modifier and TypeMethodDescriptionprotected List<AbstractFileInfo<jcifs.smb.SmbFile>>
SmbOutboundGateway.asFileInfoList
(Collection<jcifs.smb.SmbFile> files) Modifier and TypeMethodDescriptionprotected String
SmbOutboundGateway.getFilename
(AbstractFileInfo<jcifs.smb.SmbFile> file) -
Uses of AbstractFileInfo in org.springframework.integration.smb.session