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

E13403-02

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

Packages that use VCSHashURL
oracle.jdeveloper.vcs.changelist   
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 VCSHashURL in oracle.jdeveloper.vcs.changelist
 

Methods in oracle.jdeveloper.vcs.changelist that return types with arguments of type VCSHashURL
protected  java.util.Collection<VCSHashURL> ChangeListEventQueue.listProjectURLs(Project project, ChangeListProjectContent projectContent, VCSCancellable cancellable)
           
 

Method parameters in oracle.jdeveloper.vcs.changelist with type arguments of type VCSHashURL
protected  void ChangeListEventQueue.filterByStatus(java.util.Collection<VCSHashURL> urls)
           
protected abstract  void AsynchronousStatusTask.populateStatusCacheMap(java.util.Map<VCSHashURL,java.lang.Object> statusCacheMap, java.util.Collection<VCSHashURL> directoriesToQuery)
           
protected abstract  void AsynchronousStatusTask.populateStatusCacheMap(java.util.Map<VCSHashURL,java.lang.Object> statusCacheMap, java.util.Collection<VCSHashURL> directoriesToQuery)
           
 

Uses of VCSHashURL in oracle.jdeveloper.vcs.spi
 

Fields in oracle.jdeveloper.vcs.spi with type parameters of type VCSHashURL
protected  java.util.Collection<VCSHashURL> VCSInvokableState._completedUrls
           
protected  java.util.Collection<VCSHashURL> VCSInvokableState._processedUrls
           
 

Methods in oracle.jdeveloper.vcs.spi that return types with arguments of type VCSHashURL
static java.util.Collection<VCSHashURL> VCSHashURL.convertFromURLs(java.util.Collection<java.net.URL> urls)
           
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type VCSHashURL
protected  java.lang.Object VCSURLBasedCache.getValueInternal(VCSHashURL url)
           
protected  void VCSURLBasedCache.putValueInternal(VCSHashURL url, java.lang.Object value)
           
 

Method parameters in oracle.jdeveloper.vcs.spi with type arguments of type VCSHashURL
static java.util.Collection<java.net.URL> VCSHashURL.convertToURLs(java.util.Collection<VCSHashURL> urls)
           
 

Uses of VCSHashURL in oracle.jdeveloper.vcs.util
 

Methods in oracle.jdeveloper.vcs.util that return types with arguments of type VCSHashURL
static java.util.Map<VCSHashURL,java.util.Collection<java.lang.String>> VCSFileSystemUtils.mapFilenamesByParent(java.net.URL[] urls)
          Organizes the given URLs by their parent directories.
static java.util.Map<VCSHashURL,java.util.Collection<java.net.URL>> VCSFileSystemUtils.mapURLsByParent(java.net.URL[] urls)
          Organizes the given URLs by their parent directories.
 


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

E13403-02

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