Package | Description |
---|---|
org.springframework.integration.file.remote.gateway |
Provides classes supporting remote file gateways.
|
org.springframework.integration.ftp.gateway |
Provides classes supporting FTP gateways.
|
org.springframework.integration.ftp.session |
Provides classes supporting FTP sessions.
|
org.springframework.integration.sftp.gateway |
Provides classes supporting SFTP gateways.
|
org.springframework.integration.sftp.session |
Provides classes supporting SFTP sessions.
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<AbstractFileInfo<F>> |
AbstractRemoteFileOutboundGateway.asFileInfoList(Collection<F> files) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
AbstractRemoteFileOutboundGateway.getFilename(AbstractFileInfo<F> file) |
Modifier and Type | Method and Description |
---|---|
protected List<AbstractFileInfo<org.apache.commons.net.ftp.FTPFile>> |
FtpOutboundGateway.asFileInfoList(Collection<org.apache.commons.net.ftp.FTPFile> files) |
Modifier and Type | Method and Description |
---|---|
protected String |
FtpOutboundGateway.getFilename(AbstractFileInfo<org.apache.commons.net.ftp.FTPFile> file) |
Modifier and Type | Class and Description |
---|---|
class |
FtpFileInfo
A
FileInfo implementation for FTP/FTPS. |
Modifier and Type | Method and Description |
---|---|
protected List<AbstractFileInfo<com.jcraft.jsch.ChannelSftp.LsEntry>> |
SftpOutboundGateway.asFileInfoList(Collection<com.jcraft.jsch.ChannelSftp.LsEntry> files) |
Modifier and Type | Method and Description |
---|---|
protected String |
SftpOutboundGateway.getFilename(AbstractFileInfo<com.jcraft.jsch.ChannelSftp.LsEntry> file) |
Modifier and Type | Class and Description |
---|---|
class |
SftpFileInfo
A
FileInfo implementation for SFTP. |
Copyright © 2018. All rights reserved.