Uses of Class
org.kendar.sync.client.CommandLineArgs
Packages that use CommandLineArgs
-
Uses of CommandLineArgs in org.kendar.sync.client
Methods in org.kendar.sync.client with parameters of type CommandLineArgsModifier and TypeMethodDescriptionvoidSyncClient.doSync(CommandLineArgs commandLineArgs) protected TcpConnectionBaseSyncClientProcess.getTcpConnection(TcpConnection connection, CommandLineArgs args, int i, int maxPacketSize) voidSyncClientBackup.performBackup(TcpConnection connection, CommandLineArgs args, int maxConnections, int maxPacketSize, boolean ignoreSystemFiles, boolean ignoreHiddenFiles, List<String> patternsToIgnore) Performs a backup operation.voidSyncClientRestore.performRestore(TcpConnection connection, CommandLineArgs args, int maxConnections, int maxPacketSize, boolean ignoreSystemFiles, boolean ignoreHiddenFiles, List<String> patternsToIgnore) Performs a restore operation.protected voidBaseSyncClientProcess.performSingleFileRestore(CommandLineArgs args, ConcurrentLinkedQueue<TcpConnection> connections, ConcurrentHashMap<String, FileInfo> mapToTransfer, Semaphore semaphore, CountDownLatch completionLatch) voidSyncClientSync.performSync(TcpConnection connection, CommandLineArgs args, int maxConnections, int maxPacketSize, boolean ignoreSystemFiles, boolean ignoreHiddenFiles, List<String> patternsToIgnore) protected voidBaseSyncClientProcess.transferFile(FileInfo file, CommandLineArgs args, TcpConnection connection) Transfers a single file using a dedicated connection.