org.springframework.integration.file.remote.synchronizer
Interface InboundFileSynchronizer

All Known Implementing Classes:
AbstractInboundFileSynchronizer, FtpInboundFileSynchronizer, SftpInboundFileSynchronizer

public interface InboundFileSynchronizer

Strategy for synchronizing from a remote File system to a local directory.

Since:
2.0

Method Summary
 void synchronizeToLocalDirectory(java.io.File localDirectory)
           
 

Method Detail

synchronizeToLocalDirectory

void synchronizeToLocalDirectory(java.io.File localDirectory)