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

E13403-04

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

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

Uses of VCSHashURL in oracle.jdeveloper.vcs.changelist
 

Methods in oracle.jdeveloper.vcs.changelist that return types with arguments of type VCSHashURL
 java.util.Map<VCSHashURL,java.lang.String> ChangeList.getCategoryCache()
           
protected  java.util.Collection<VCSHashURL> ChangeListEventQueue.listProjectURLs(Project project, ChangeListProjectContent projectContent, VCSCancellable cancellable)
           
abstract  java.util.Map<VCSHashURL,java.lang.String> ChangeListCategorizer.mapURLsToCategory(java.util.Collection<java.net.URL> urls)
           
 

Method parameters in oracle.jdeveloper.vcs.changelist with type arguments of type VCSHashURL
protected  void ChangeListEventQueue.addRemovedEntryURLs(java.util.Collection<VCSHashURL> urls, java.net.URL directoryUrl, VCSCancellable cancellable)
           
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)
           
protected  void ChangeList.setCategoryCache(java.util.Map<VCSHashURL,java.lang.String> categoryCache)
           
protected  void ChangeList.setCategoryCacheImpl(java.util.Map<VCSHashURL,java.lang.String> categoryCache)
           
 

Uses of VCSHashURL in oracle.jdeveloper.vcs.changeset
 

Methods in oracle.jdeveloper.vcs.changeset that return types with arguments of type VCSHashURL
 java.util.Map<java.lang.String,java.util.Collection<VCSHashURL>> ChangeSetAdapter.getChangeSets(java.net.URL[] urls)
           
 java.util.Map<java.lang.String,java.util.Collection<VCSHashURL>> ChangeSetAdapter.getChangeSets(java.net.URL[] urls, boolean recursive)
           
 

Method parameters in oracle.jdeveloper.vcs.changeset with type arguments of type VCSHashURL
protected  void ChangeSetChangeList.setCategoryCacheImpl(java.util.Map<VCSHashURL,java.lang.String> categoryCache)
           
 

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.
 

Uses of VCSHashURL in oracle.jdeveloper.vcs.vop
 

Methods in oracle.jdeveloper.vcs.vop that return types with arguments of type VCSHashURL
abstract  java.util.Map<VCSHashURL,java.lang.String> VersionOperationCategorizer.mapURLsToCategory(java.util.Collection<java.net.URL> urls)
           
 

Method parameters in oracle.jdeveloper.vcs.vop with type arguments of type VCSHashURL
 void VersionOperationTreePanel.setCategoryCache(java.util.Map<VCSHashURL,java.lang.String> categoryCache)
           
 void BaseVersionOperationPanel.setCategoryCache(java.util.Map<VCSHashURL,java.lang.String> categoryCache)
           
 


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

E13403-04

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