| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
VCSImportBackupHelper.backupDirectoryFiles(VCSCancellable cancellable) |
| Modifier and Type | Method and Description |
|---|---|
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.
|