|
|||||||||
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<org.apache.commons.net.ftp.FTPFile> org.springframework.integration.ftp.inbound.FtpInboundFileSynchronizer
public class FtpInboundFileSynchronizer
An implementation of AbstractInboundFileSynchronizer
for FTP.
Field Summary |
---|
Fields inherited from class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer |
---|
logger |
Constructor Summary | |
---|---|
FtpInboundFileSynchronizer(SessionFactory sessionFactory)
Create a synchronizer with the SessionFactory used to acquire Session instances. |
Method Summary | |
---|---|
protected java.lang.String |
getFilename(org.apache.commons.net.ftp.FTPFile file)
|
protected boolean |
isFile(org.apache.commons.net.ftp.FTPFile file)
|
Methods inherited from class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer |
---|
afterPropertiesSet, filterFiles, getTemporaryFileSuffix, setDeleteRemoteFiles, setFilter, 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 FtpInboundFileSynchronizer(SessionFactory sessionFactory)
SessionFactory
used to acquire Session
instances.
Method Detail |
---|
protected boolean isFile(org.apache.commons.net.ftp.FTPFile file)
isFile
in class AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile>
protected java.lang.String getFilename(org.apache.commons.net.ftp.FTPFile file)
getFilename
in class AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |