| Interface | Description |
|---|---|
| FileHandler |
Handles the reading and writing of files to and from the server.
|
| FileReadOnlyHandler | |
| OutputStreamProvider |
Custom output stream factory.
|
| TransmitTextFilePreprocessor |
Preprocesses the text file before transmitting to the server.
|
| WriteTextFilePreprocessor |
Preprocesses the text file after getting from server.
|
| Class | Description |
|---|---|
| DefaultFileHandler |
Provides a basic implementation of FileHandler, and does much of the
handling of reading and writing files and performing CRLF conversions.
|
| DefaultTransmitTextFilePreprocessor | |
| DefaultWriteTextFilePreprocessor | |
| FileDetails |
A wrapper class that describes a file.
|
| FileMode |
Implements the CVS concept of File Modes (permissions).
|
| FileStatus |
This class provides constants for file statuses.
|
| FileUtils |
A utility class for file based operations.
|
| GzippedFileHandler |
Handles the reading and writing of Compressed files to and from the
server.
|
| WindowsFileReadOnlyHandler | |
| WriteRcsDiffFilePreprocessor |
File Processor that handles processing of rcs-diff response.
|