|
|||||||||
| Home >> All >> reeb >> [ lazysync overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
reeb.lazysync
Class LazySyncThread.SyncData

java.lang.Objectreeb.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
|
|||||||||
| Home >> All >> reeb >> [ lazysync overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
reeb.lazysync.LazySyncThread.SyncData