Uses of Class
com.togethersoft.openapi.vcs.VcsProviderType

Packages that use VcsProviderType
com.togethersoft.openapi.vcs 

Uses of VcsProviderType in com.togethersoft.openapi.vcs
 

Methods in com.togethersoft.openapi.vcs that return VcsProviderType
VcsProviderTypeVcsProviderRegistry.getProviderType(String id)
           Returns registered instance of VcsProviderType with ID equal to id.
 

Methods in com.togethersoft.openapi.vcs with parameters of type VcsProviderType
voidVcsProviderRegistry.registerProvider(VcsProviderType type)
           Registers instance of VcsProviderType.
voidVcsProviderRegistry.unregisterProvider(VcsProviderType type)
           Unregisters instance of VcsProviderType.