| Package | Description | 
|---|---|
| oracle.ide.vcs | 
 Contains application-level interfaces to the version control sub-system. 
 | 
| oracle.jdeveloper.vcs.generic | |
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VCS | 
VCSRegistry.lookup(java.lang.String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
VCSRegistry.deregister(VCS vcs)
Deprecated.  
 | 
static void | 
VCSRegistry.register(VCS vcs)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSProfile  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSExtension
Abstract superclass for a version control system extension. 
 |