Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Uses of Interface
oracle.jdeveloper.vcs.spi.VCSEBComponent

Packages that use VCSEBComponent
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 

 

Uses of VCSEBComponent in oracle.jdeveloper.vcs.spi

 

Classes in oracle.jdeveloper.vcs.spi that implement VCSEBComponent
 class VCSNodeOverlayTracker
          Class for a node overlay tracker based around a version control status cache.
 class VCSSingleNodeObserver
          Observer class to flush a status cache on node events, including reloading and file save notifications.

 

Methods in oracle.jdeveloper.vcs.spi that return VCSEBComponent
static VCSEBComponent[] VCSEventBus.getComponents()
          Gets an array of all components connected to the bus.

 

Methods in oracle.jdeveloper.vcs.spi with parameters of type VCSEBComponent
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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.