| Interface | Description |
|---|---|
| BinaryBuilder |
Extended Builder interface.
|
| Builder | |
| TemporaryFileCreator |
| Class | Description |
|---|---|
| BasicCommand |
A class that provides common functionality for many of the CVS command
that send similar sequences of requests.
|
| BuildableCommand |
A class that provides common functionality for many of the CVS command
that send similar sequences of requests.
|
| Command |
All commands must extend this class.
|
| CommandUtils | |
| DefaultFileInfoContainer |
Describes checkout/tag/update information for a file.
|
| FileInfoContainer |
It's a base class for all containers that store information being processed
during execution of cvs commands.
|
| GlobalOptions |
Provides access to global options for a specific command.
|
| KeywordSubstitutionOptions | |
| PipedFileInformation |
Contains intercepted infomation from command standard output.
|
| PipedFilesBuilder |
Handles the building of "checkout with -p switch" information object and storing of
the checked out file to the temporary file and the firing of
events when complete objects are built.
|
| RepositoryCommand |
A class that provides common functionality for CVS commands that
operate upon the repository.
|
| Watch | |
| WrapperUtils |
Support for .cvswrappers parsing and merging.
|
| Exception | Description |
|---|---|
| CommandAbortedException |
This exception is thrown when a command is aborted during execution
|
| CommandException |
This exception is thrown when an error occurs while executing a command.
|