com.togethersoft.openapi.vcs
Class Diagram vcs

Class Summary
CapabilityExceptionThrown by VcsPvovider as a result to calling a non-supported exec method.
DefaultVcsProviderA default implementation of VcsProvider which defines basic functinality of the provider.
SessionNotStartedExceptionThrown by VcsProvider as a result of calling a method requiring a running session when session is not started.
VcsCommitInfoInformation about result of CHECKIN operation
VcsFileInfo 
VcsProviderThis interface is to be implemented by a class supporting specific VCS.
VcsProviderConstantsDefines constants for VcsProvider.
VcsProviderEvent 
VcsProviderExceptionBase class for VcsProvider exceptions.
VcsProviderHelperHelper class to facilitate registering of newly created instances of VcsProvider.
VcsProviderListener 
VcsProviderRegistryA global static storage for all VcsProviderType instances.
VcsProviderRegistryAccessFacilitates access to the instance of VcsProviderRegistry.
VcsProviderTypeThis class defines a Version Control System provider and acts as a factory for
VcsProvider instances.
VcsUpdateInfoInformation about result of GET, UPDATE, CHECKOUT operation
VcsVersionInfo