Package org.kendar.sync.client
Class SyncClientSync
-
Field Summary
Fields inherited from class org.kendar.sync.client.BaseSyncClientProcess
executorService -
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
close, getTcpConnection, isRunning, performSingleFileRestore, scanDirectory, setCheckRunning, 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
-