|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry> org.springframework.integration.sftp.inbound.SftpInboundFileSynchronizer
public class SftpInboundFileSynchronizer
Handles the synchronization between a remote SFTP directory and a local mount.
Field Summary |
---|
Fields inherited from class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer |
---|
logger |
Constructor Summary | |
---|---|
SftpInboundFileSynchronizer(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory)
|
Method Summary | |
---|---|
protected java.lang.String |
getFilename(com.jcraft.jsch.ChannelSftp.LsEntry file)
|
protected boolean |
isFile(com.jcraft.jsch.ChannelSftp.LsEntry file)
|
Methods inherited from class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer |
---|
afterPropertiesSet, filterFiles, getTemporaryFileSuffix, setDeleteRemoteFiles, setFilter, setLocalFilenameGeneratorExpression, setRemoteDirectory, setRemoteFileSeparator, setTemporaryFileSuffix, synchronizeToLocalDirectory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SftpInboundFileSynchronizer(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory)
Method Detail |
---|
protected boolean isFile(com.jcraft.jsch.ChannelSftp.LsEntry file)
isFile
in class AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry>
protected java.lang.String getFilename(com.jcraft.jsch.ChannelSftp.LsEntry file)
getFilename
in class AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry>
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |