org.sourcejammer.client.filesys |
|
Java Source File Name | Type | Comment |
FileDirectoryFilter.java | Class | |
FileSystemRoot.java | Class | Wrapping File objects that represent file system roots should
get around the Windows 32 bug where a dialog pops up if you have not disk
in your floppy drive. |
FileSysUtil.java | Class | |
ImproperFileException.java | Class | This exception is throws if the SJ client has trouble reading or accessing a file,
or if the file is in an unexpected state. |
SourceVersionChecker.java | Class | Title: $FileName: SourceVersionChecker.java$
author: $AuthorName: Rob MacGrogan$ version: $VerNum: 2$
version: $Description: $ version: $KeyWordsOff: $
version: The function of this class is to act as the go-between for retreiving source version: files from the server and saving them to the local file system and also for version: retreiving files from the local filesystem and sending them to the server.
version: This class uses the file source.jam to track what has been stored in the version: directory it is responsible for. |
StoredFileInfoBean.java | Class | This class represents information about a file from SourceJammer that has
been stored on a client's file system. |