com.togethersoft.openapi.vcs
Class Diagram vcs

Class Summary
CapabilityException Thrown by VcsPvovider as a result to calling a non-supported exec method.
DefaultVcsProvider A default implementation of VcsProvider which defines basic functinality of the provider.
SessionNotStartedException Thrown by VcsProvider as a result of calling a method requiring a running session when session is not started.
VcsProvider This interface is to be implemented by a class supporting specific VCS.
VcsProviderConstants Defines constants for VcsProvider.
VcsProviderException Base class for VcsProvider exceptions.
VcsProviderHelper Helper class to facilitate registering of newly created instances of VcsProvider.
VcsProviderRegistry A global static storage for all VcsProviderType instances.
VcsProviderRegistryAccess Facilitates access to the instance of VcsProviderRegistry.
VcsProviderType This class defines a Version Control System provider and acts as a factory for VcsProvider instances.