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

E13403-08

Uses of Class
oracle.jdeveloper.vcs.spi.VCSStatusCache

Packages that use VCSStatusCache
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.generic   
oracle.jdeveloper.vcs.properties   
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. 
 

Uses of VCSStatusCache in oracle.jdeveloper.vcs.changelist
 

Methods in oracle.jdeveloper.vcs.changelist that return VCSStatusCache
 VCSStatusCache ChangeList.getOverlayStatusCache()
           
 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type VCSStatusCache
 void ChangeList.setOverlayStatusCache(VCSStatusCache statusCache)
           
 void ChangeList.setStatusCache(VCSStatusCache statusCache)
          Set the status cache to use.
 

Uses of VCSStatusCache in oracle.jdeveloper.vcs.generic
 

Methods in oracle.jdeveloper.vcs.generic that return VCSStatusCache
 VCSStatusCache VCSProfile.getStatusCache()
           
protected  VCSStatusCache ActionCommand.getStatusCache()
           
 

Uses of VCSStatusCache in oracle.jdeveloper.vcs.properties
 

Constructors in oracle.jdeveloper.vcs.properties with parameters of type VCSStatusCache
VersionPropertiesPanelProvider(VCSStatusCache cache)
           
 

Uses of VCSStatusCache in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi that return VCSStatusCache
protected  VCSStatusCache VCSCommand.getStatusCache()
          Gets the status cache for the VCS command.
 VCSStatusCache VCSSingleNodeObserver.getStatusCache()
          Gets the status cache of this save observer.
 VCSStatusCache VCSExtension.getStatusCache()
          Gets the status cache for the VCS extension.
 VCSStatusCache VCSSingleSaveObserver.getStatusCache()
          Deprecated. Gets the status cache of this save observer.
 VCSStatusCache VCSOverlayItemProducer.getStatusCache()
          Gets the internal version status cache.
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type VCSStatusCache
 void VCSSingleNodeObserver.setStatusCache(VCSStatusCache cache)
          Sets the status cache of this save observer.
 

Constructors in oracle.jdeveloper.vcs.spi with parameters of type VCSStatusCache
VCSOverlayItemProducer(VCSStatusCache statusCache)
          Constructor.
VCSSingleNodeObserver(VCSStatusCache cache, URLFilter urlfilter)
          Deprecated. replaced by VCSSingleNodeObserver.VCSSingleNodeObserver(VCSStatusCache,URLFilter,String).
VCSSingleNodeObserver(VCSStatusCache cache, URLFilter urlfilter, java.lang.String vcsId)
          Constructor.
VCSSingleSaveObserver(VCSStatusCache cache)
          Deprecated. Constructor.
 

Uses of VCSStatusCache in oracle.jdeveloper.vcs.util
 

Methods in oracle.jdeveloper.vcs.util with parameters of type VCSStatusCache
static IdeActivationListener VCSDefaultUtils.createActivationListener(VCSStatusCache cache)
          Creates an activation listener to detect IDE application switches.
static IconOverlayTracker VCSDefaultUtils.createNodeOverlayTracker(int batchSize, VCSStatusCache cache, URLFilter filter, java.lang.String vcsId)
          Creates a node overlay tracker based on the given status cache.
static java.util.Collection<Locatable> VCSCommandUtils.getCandidateSelection(Locatable[] locatables, VCSStatusCache cache)
          Gets the locatable selection whose files are candidates to be added.
static java.util.Collection<Locatable> VCSCommandUtils.getFilteredSelection(Locatable[] locatables, VCSStatusCache cache, VCSStatus[] statuses)
          Gets the locatable selection, filtered for the given file statuses.
static java.util.Collection<Locatable> VCSCommandUtils.getFilteredSelection(Locatable[] locatables, VCSStatusCache cache, VCSStatusFilter filter)
          Gets the locatable selection, filtered for the given file statuses.
static java.util.Collection<Locatable> VCSCommandUtils.getVersionedSelection(Locatable[] locatables, VCSStatusCache cache)
          Gets the locatable selection whose files are versioned.
 


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

E13403-08

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