Extension SDK 9.0.5

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

Packages that use VCSStatusCache
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.spi
 

Constructors in oracle.jdeveloper.vcs.spi with parameters of type VCSStatusCache
VCSSingleSaveObserver(VCSStatusCache cache)
          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)
          Creates a node overlay tracker based on the given status cache.
static java.util.Collection VCSCommandUtils.getFilteredSelection(Locatable[] locatables, VCSStatusCache cache, VCSStatus[] statuses)
          Gets the locatable selection, filtered for the given file statuses.
static java.util.Collection VCSCommandUtils.getVersionedSelection(Locatable[] locatables, VCSStatusCache cache)
          Gets the locatable selection whose files are versioned.
static java.util.Collection VCSCommandUtils.getCandidateSelection(Locatable[] locatables, VCSStatusCache cache)
          Gets the locatable selection whose files are candidates to be added.
 


Extension SDK

 

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