public class SftpInboundFileSynchronizer
extends org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry>
| Constructor and Description |
|---|
SftpInboundFileSynchronizer(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getFilename(com.jcraft.jsch.ChannelSftp.LsEntry file) |
protected long |
getModified(com.jcraft.jsch.ChannelSftp.LsEntry file) |
protected boolean |
isFile(com.jcraft.jsch.ChannelSftp.LsEntry file) |
afterPropertiesSet, close, copyFileToLocalDirectory, doInit, filterFiles, getTemporaryFileSuffix, rollbackFromFileToListEnd, setBeanFactory, setDeleteRemoteFiles, setFilter, setLocalFilenameGeneratorExpression, setPreserveTimestamp, setRemoteDirectory, setRemoteDirectoryExpression, setRemoteFileSeparator, setTemporaryFileSuffix, synchronizeToLocalDirectory, synchronizeToLocalDirectorypublic SftpInboundFileSynchronizer(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory)
protected boolean isFile(com.jcraft.jsch.ChannelSftp.LsEntry file)
isFile in class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry>protected java.lang.String getFilename(com.jcraft.jsch.ChannelSftp.LsEntry file)
getFilename in class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry>protected long getModified(com.jcraft.jsch.ChannelSftp.LsEntry file)
getModified in class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry>