| Package | Description | 
|---|---|
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSIconOverlayTracker
Class for a node overlay tracker based around a version control status
 cache. 
 | 
class  | 
VCSNodeOverlayTracker
Deprecated. 
 
replaced by  
VCSIconOverlayTracker. | 
class  | 
VCSSingleNodeObserver
Observer class to flush a status cache on node events, including
 reloading and file save notifications. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VCSEBComponent[] | 
VCSEventBus.getComponents()
Gets an array of all components connected to the bus. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
VCSEventBus.addToBus(VCSEBComponent component)
Adds a component to the bus, it will receive all messages sent on the bus. 
 | 
static void | 
VCSEventBus.removeFromBus(VCSEBComponent component)
Removes a component from the bus. 
 |