|
|||||||||
| Home >> All >> reeb >> [ lazysync overview ] | PREV NEXT | ||||||||
A
- actionPerformed(ActionEvent) - Method in class reeb.lazysync.LazySyncWin
- The action handler
- arrayContains(String[], String) - Method in class reeb.lazysync.LazySyncThread
- Searches a string array for a specified item
B
- BUFFER_SIZE - Static variable in class reeb.lazysync.FileTransfer
- Buffer size constant
C
- checkSyncThread() - Method in class reeb.lazysync.LazySyncWin
- Checks the sync thread for completion
- console - Variable in class reeb.lazysync.LazySyncThread
- The text area writer
- console - Variable in class reeb.lazysync.LazySyncWin
- The printwriter for the text area
- copyLocalFiles(Vector, Socket, PrintWriter, BufferedReader) - Method in class reeb.lazysync.LazySyncThread
- Copies the local files
- copyRemoteFiles(Vector, Socket, PrintWriter, BufferedReader) - Method in class reeb.lazysync.LazySyncThread
- Copies the remote files
- createDir(BufferedReader, PrintWriter, File) - Static method in class reeb.lazysync.LazySyncServer
- Creates the specified directory
- createDir(BufferedReader, PrintWriter, String) - Method in class reeb.lazysync.LazySyncThread
- Creates a remote directory
- createLocalDirs(Vector) - Method in class reeb.lazysync.LazySyncThread
- Creates the necessary local dirs
- createRemoteDirs(Vector, BufferedReader, PrintWriter) - Method in class reeb.lazysync.LazySyncThread
- Creates the remote directories
D
- DEFAULT_PORT - Static variable in class reeb.lazysync.LazySyncServer
- The port number to listen on
- DEFAULT_PORT - Static variable in class reeb.lazysync.LazySyncThread
- The default server port
- deleteFile(BufferedReader, PrintWriter, File) - Static method in class reeb.lazysync.LazySyncServer
- Deletes the specified file
- deleteFile(BufferedReader, PrintWriter, String) - Method in class reeb.lazysync.LazySyncThread
- Deletes a remote directory or file
- deleteRemoteItems(Vector, BufferedReader, PrintWriter, String) - Method in class reeb.lazysync.LazySyncThread
- Deletes remote files or directories
- dir - Variable in class reeb.lazysync.LazySyncThread
- The local sync dir
- dirText - Variable in class reeb.lazysync.LazySyncWin
- The syncdir field
E
- exit() - Method in class reeb.lazysync.LazySyncWin
- Exits out
F
- FileTransfer - class reeb.lazysync.FileTransfer.
- FileTransfer provides two methods for sending and receiving binary data as chunks
- FileTransfer() - Constructor for class reeb.lazysync.FileTransfer
- flush() - Method in class reeb.lazysync.TextAreaWriter
- Flush - writes to the text area
- flushNow() - Method in class reeb.lazysync.TextAreaWriter
- Flushes immediately - only to be used from event dispatching thead
G
- getAbsoluteFile(File, String) - Static method in class reeb.lazysync.LazySyncServer
- Returns the path for a file based upon absolute root and relative path
- getByteString(long) - Method in class reeb.lazysync.LazySyncThread
- Returns a string that represents a file size
- getDirList(BufferedReader, PrintWriter, File) - Static method in class reeb.lazysync.LazySyncServer
- Returns the file list
- getDirList(BufferedReader, PrintWriter, String) - Method in class reeb.lazysync.LazySyncThread
- Returns a list of files for a directory
- getFileData(Socket, BufferedReader, PrintWriter, File, int) - Static method in class reeb.lazysync.LazySyncServer
- Returns file data as a binary stream to client
- getFileInfo(BufferedReader, PrintWriter, File) - Static method in class reeb.lazysync.LazySyncServer
- Returns file type (dir/file), file size and last modified date (as long)
- getFileInfo(BufferedReader, PrintWriter, String) - Method in class reeb.lazysync.LazySyncThread
- Returns file info for a specified file
- getImageFromJAR(String) - Method in class reeb.lazysync.LazySyncWin
- Returns an ImageIcon from the main jar
- getLastSyncData(BufferedReader, PrintWriter, File) - Static method in class reeb.lazysync.LazySyncServer
- Returns the last sync data if available
I
- ipText - Variable in class reeb.lazysync.LazySyncWin
- The ip text field
L
- LazySyncServer - class reeb.lazysync.LazySyncServer.
- LazySync server for desktop running
- LazySyncServer() - Constructor for class reeb.lazysync.LazySyncServer
- LazySyncThread - class reeb.lazysync.LazySyncThread.
- The SavaJe Java LazySync client
- LazySyncThread(PrintWriter, String, String) - Constructor for class reeb.lazysync.LazySyncThread
- Constructor
- LazySyncThread.AbortException - exception reeb.lazysync.LazySyncThread.AbortException.
- Internal abort exception
- LazySyncThread.AbortException() - Constructor for class reeb.lazysync.LazySyncThread.AbortException
- Constructor
- LazySyncThread.FileInfo - class reeb.lazysync.LazySyncThread.FileInfo.
- Private class that encapsulates a files info
- LazySyncThread.FileInfo() - Constructor for class reeb.lazysync.LazySyncThread.FileInfo
- LazySyncThread.SyncData - class reeb.lazysync.LazySyncThread.SyncData.
- Stores the changes required
- LazySyncThread.SyncData() - Constructor for class reeb.lazysync.LazySyncThread.SyncData
- Constructor - initializes vectors
- LazySyncWin - class reeb.lazysync.LazySyncWin.
- The SavaJe Java LazySync client
- LazySyncWin() - Constructor for class reeb.lazysync.LazySyncWin
- Constructor
- localDirs - Variable in class reeb.lazysync.LazySyncThread.SyncData
- List of dirs to create on Ipaq
- localFiles - Variable in class reeb.lazysync.LazySyncThread.SyncData
- List of files to copy to Ipaq
- logText - Variable in class reeb.lazysync.LazySyncWin
- The text field
M
- main(String[]) - Static method in class reeb.lazysync.LazySyncServer
- Main entry point
- main(String[]) - Static method in class reeb.lazysync.LazySyncWin
- Main entry point
- mangleClientSyncDir(String) - Static method in class reeb.lazysync.LazySyncServer
- Mangles a passed client sync dir to create the server sync dir
P
- putFileData(Socket, BufferedReader, PrintWriter, File, int) - Static method in class reeb.lazysync.LazySyncServer
- Writes file data
R
- readLastSyncFiles(Vector, Vector, PrintWriter, BufferedReader) - Method in class reeb.lazysync.LazySyncThread
- Reads in the last sync files
- readProperties() - Method in class reeb.lazysync.LazySyncWin
- Reads in the properties
- receiveFile(Socket, File, long, long) - Static method in class reeb.lazysync.FileTransfer
- Receives a file from a remote server
- reeb.lazysync - package reeb.lazysync
- remoteDirDels - Variable in class reeb.lazysync.LazySyncThread.SyncData
- List of dirs to delete on PC
- remoteDirs - Variable in class reeb.lazysync.LazySyncThread.SyncData
- List of dirs to create on PC
- remoteFileDels - Variable in class reeb.lazysync.LazySyncThread.SyncData
- List of files to delete on PC
- remoteFiles - Variable in class reeb.lazysync.LazySyncThread.SyncData
- List of files to copy to PC
- remoteIgnoreList - Variable in class reeb.lazysync.LazySyncThread.SyncData
- Files that should be ignored by the remote scan
- run() - Method in class reeb.lazysync.LazySyncThread
- Main entry point
S
- scanLocalFileSystem(LazySyncThread.SyncData, Vector, Vector, BufferedReader, PrintWriter, File) - Method in class reeb.lazysync.LazySyncThread
- Scans the local filesystem
- scanRemoteFileSystem(LazySyncThread.SyncData, Vector, Vector, BufferedReader, PrintWriter, String) - Method in class reeb.lazysync.LazySyncThread
- Scans the remote filesystem
- sendFile(Socket, File) - Static method in class reeb.lazysync.FileTransfer
- Sends a file to a remote server
- serverIp - Variable in class reeb.lazysync.LazySyncThread
- The server ip address
- setLastSyncData(BufferedReader, PrintWriter, File) - Static method in class reeb.lazysync.LazySyncServer
- Sets the last sync data
- shouldStop - Variable in class reeb.lazysync.LazySyncThread
- Boolean that indicates if the thread should stop
- size - Variable in class reeb.lazysync.LazySyncThread.FileInfo
- The size
- stamp - Variable in class reeb.lazysync.LazySyncThread.FileInfo
- The time stamp
- stopThread() - Method in class reeb.lazysync.LazySyncThread
- Request that the thread should stop
- sync() - Method in class reeb.lazysync.LazySyncWin
- Performs the sync operation
- syncButt - Variable in class reeb.lazysync.LazySyncWin
- The sync button
- syncItem - Variable in class reeb.lazysync.LazySyncWin
- The sync menu item
T
- TextAreaWriter - class reeb.lazysync.TextAreaWriter.
- TextField writer extends StringWriter to write directly to a Swing JTextField
- TextAreaWriter(JTextComponent) - Constructor for class reeb.lazysync.TextAreaWriter
- Create a new string writer, using the default initial string-buffer size.
- textArea - Variable in class reeb.lazysync.TextAreaWriter
- The text field
- thread - Variable in class reeb.lazysync.LazySyncWin
- The LazySync thread
- timer - Variable in class reeb.lazysync.LazySyncWin
- The timer checks for task completion
- type - Variable in class reeb.lazysync.LazySyncThread.FileInfo
- The type
U
- updateLocalFile(Socket, PrintWriter, BufferedReader, String, LazySyncThread.FileInfo) - Method in class reeb.lazysync.LazySyncThread
- Updates a local file with one from the server
- updateRemoteFile(Socket, PrintWriter, BufferedReader, String) - Method in class reeb.lazysync.LazySyncThread
- Updates a server file with a local file - will block until server has written
V
- VERSION - Static variable in class reeb.lazysync.LazySyncServer
- The version number
W
- writeLastSyncFiles(Vector, Vector, PrintWriter, BufferedReader) - Method in class reeb.lazysync.LazySyncThread
- Writes out the last sync files
- writeProperties() - Method in class reeb.lazysync.LazySyncWin
- Writes out the properties
A B C D E F G I L M P R S T U V W
|
|||||||||
| Home >> All >> reeb >> [ lazysync overview ] | PREV NEXT | ||||||||