Package org.kendar.sync.client
Class SyncClientSync
java.lang.Object
org.kendar.sync.client.BaseSyncClientProcess
org.kendar.sync.client.SyncClientSync
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidperformSync(TcpConnection connection, CommandLineArgs args, int maxConnections, int maxPacketSize, boolean ignoreSystemFiles, boolean ignoreHiddenFiles, List<String> patternsToIgnore) Methods inherited from class org.kendar.sync.client.BaseSyncClientProcess
getTcpConnection, performSingleFileRestore, scanDirectory, transferFile
-
Constructor Details
-
SyncClientSync
public SyncClientSync()
-
-
Method Details
-
performSync
public void performSync(TcpConnection connection, CommandLineArgs args, int maxConnections, int maxPacketSize, boolean ignoreSystemFiles, boolean ignoreHiddenFiles, List<String> patternsToIgnore) throws IOException - Throws:
IOException
-