Uses of Package
com.togethersoft.openapi.vcs

Packages that use com.togethersoft.openapi.vcs
com.togethersoft.openapi.vcs 

Classes in com.togethersoft.openapi.vcs used by com.togethersoft.openapi.vcs
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.
VcsProviderHelper
          Helper class to facilitate registering of newly created instances of VcsProvider.
VcsProviderListener
          
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.
VcsVersionInfo