Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

reeb.lazysync
Class LazySyncThread.SyncData  view LazySyncThread.SyncData download LazySyncThread.SyncData.java

java.lang.Object
  extended byreeb.lazysync.LazySyncThread.SyncData
Enclosing class:
LazySyncThread

private class LazySyncThread.SyncData
extends java.lang.Object

Stores the changes required


Field Summary
(package private)  java.util.Vector localDirs
          List of dirs to create on Ipaq
(package private)  java.util.Vector localFiles
          List of files to copy to Ipaq
(package private)  java.util.Vector remoteDirDels
          List of dirs to delete on PC
(package private)  java.util.Vector remoteDirs
          List of dirs to create on PC
(package private)  java.util.Vector remoteFileDels
          List of files to delete on PC
(package private)  java.util.Vector remoteFiles
          List of files to copy to PC
(package private)  java.util.Vector remoteIgnoreList
          Files that should be ignored by the remote scan
 
Constructor Summary
LazySyncThread.SyncData()
          Constructor - initializes vectors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteFiles

java.util.Vector remoteFiles
List of files to copy to PC


localFiles

java.util.Vector localFiles
List of files to copy to Ipaq


remoteDirs

java.util.Vector remoteDirs
List of dirs to create on PC


localDirs

java.util.Vector localDirs
List of dirs to create on Ipaq


remoteFileDels

java.util.Vector remoteFileDels
List of files to delete on PC


remoteDirDels

java.util.Vector remoteDirDels
List of dirs to delete on PC


remoteIgnoreList

java.util.Vector remoteIgnoreList
Files that should be ignored by the remote scan

Constructor Detail

LazySyncThread.SyncData

public LazySyncThread.SyncData()
Constructor - initializes vectors