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.remoteMethods 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 StringAbstractRemoteFileStreamingMessageSource.remotePath(AbstractFileInfo<F> file) 
- 
Uses of AbstractFileInfo in org.springframework.integration.file.remote.gatewayMethods 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 StringAbstractRemoteFileOutboundGateway.getFilename(AbstractFileInfo<F> file) 
- 
Uses of AbstractFileInfo in org.springframework.integration.ftp.gatewayMethods 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 StringFtpOutboundGateway.getFilename(AbstractFileInfo<org.apache.commons.net.ftp.FTPFile> file) 
- 
Uses of AbstractFileInfo in org.springframework.integration.ftp.inboundMethods 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.sessionSubclasses of AbstractFileInfo in org.springframework.integration.ftp.session
- 
Uses of AbstractFileInfo in org.springframework.integration.sftp.gatewayMethods 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 StringSftpOutboundGateway.getFilename(AbstractFileInfo<org.apache.sshd.sftp.client.SftpClient.DirEntry> file) 
- 
Uses of AbstractFileInfo in org.springframework.integration.sftp.inboundMethods 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.sessionSubclasses of AbstractFileInfo in org.springframework.integration.sftp.session
- 
Uses of AbstractFileInfo in org.springframework.integration.smb.inboundMethods 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.outboundMethods 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 StringSmbOutboundGateway.getFilename(AbstractFileInfo<jcifs.smb.SmbFile> file) 
- 
Uses of AbstractFileInfo in org.springframework.integration.smb.sessionSubclasses of AbstractFileInfo in org.springframework.integration.smb.session