Class Summary |
AbstractRevisionNumber |
Abstract class to store revision numbers both as gorups of digits (i.e. |
CommitAction |
A CommitAction is passed to the VCSCommitBrowser as the action to be
executed when the user press OK in trhe dialog box. |
NumericRevisionNumber |
Subclass of AbstractRevisionNumber that implements a revision number
as a combination of digits separated by "." (period). |
StringRevisionNumber |
Subclass of AbstractRevisionNumber that implements a revision number
as a combination of digits separated by "." (period). |
VCSFactory |
The VCSFactory is used to register all the available Version Control Systems available in JBuilder. |
VCSFileInfo |
When the user asks for a Project-wide check-in, the VCS framework will verify the status of all files
in the project. |
VCSFileStatus |
When requesting the status for a file under VCS we obtain a list of VCSFileInfo objects
describing the opearations that a given VCS backend considers necessary to update the repository. |
VCSUtils |
Utility class for VCS implementers |