Package com.togethersoft.openapi.vcs

Class Diagram Summary
vcs 
 

Interface Summary
VcsCommitInfoInformation about result of CHECKIN operation
VcsFileInfo 
VcsProviderThis interface is to be implemented by a class supporting specific VCS.
VcsProviderConstantsDefines constants for VcsProvider.
VcsProviderEvent 
VcsProviderListener 
VcsProviderRegistryA global static storage for all VcsProviderType instances.
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 
 

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.
VcsProviderExceptionBase class for VcsProvider exceptions.
VcsProviderHelperHelper class to facilitate registering of newly created instances of VcsProvider.
VcsProviderRegistryAccessFacilitates access to the instance of VcsProviderRegistry.