| Package | Description | 
|---|---|
| oracle.jdeveloper.vcs.generic | |
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| oracle.jdeveloper.vcs.util | 
 Contains assorted stateless utilities for version control system integraton. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSProfile  | 
| Modifier and Type | Method and Description | 
|---|---|
protected VCSExtension | 
VCSCommand.getExtension()  | 
| Constructor and Description | 
|---|
VCSQuickDiffReferenceProvider(VCSExtension extension)  | 
VCSURLFileSystemHelper(URLFileSystemHelper helper,
                      VCSExtension extension)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VCSExtension | 
VCSExtensionUtils.getActiveExtension(Context context)  | 
static VCSExtension | 
VCSExtensionUtils.getActiveExtension(Node node)  | 
static VCSExtension | 
VCSExtensionUtils.getActiveExtension(java.net.URL url)
Get the active version control extension. 
 |