Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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

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

 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type VCSCancellable
protected  void ChangeListEventQueue.addRemovedEntryURLs(java.util.Collection<VCSHashURL> urls, java.net.URL directoryUrl, VCSCancellable cancellable)
           
protected  java.util.Collection<VCSHashURL> ChangeListEventQueue.listProjectURLs(Project project, ChangeListProjectContent projectContent, VCSCancellable cancellable)
           
 java.net.URL[] ChangeListProjectContent.listURLs(boolean includeDirs, VCSCancellable cancellable)
           

 

Uses of VCSCancellable in oracle.jdeveloper.vcs.spi

 

Methods in oracle.jdeveloper.vcs.spi with parameters of type VCSCancellable
 java.net.URL VCSImportBackupHelper.backupDirectoryFiles(VCSCancellable cancellable)
           

 

Uses of VCSCancellable in oracle.jdeveloper.vcs.util

 

Methods in oracle.jdeveloper.vcs.util with parameters of type VCSCancellable
static java.net.URL[] VCSModelUtils.listProjectURLs(Project project, VCSCancellable cancellable)
          Lists all content URLs belonging to the given project, if open.
static java.net.URL[] VCSModelUtils.listProjectURLs(Project project, VCSCancellable cancellable, boolean includeDirectories)
          Lists all content URLs belonging to the given project, if open.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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