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.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.
 


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.