| Package | Description |
|---|---|
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousStatusCache |
class |
ChangeListLocalStatusCache
Deprecated.
not replaced. The use of this class is no longer required because
the change list will create a local cache onto the global (extension-wide)
cache. The global cache instance should now be passed through to
ChangeList.setStatusCache(oracle.jdeveloper.vcs.spi.VCSStatusCache). |
class |
ChangeListStatusCache
Deprecated.
replaced by the policy status cache classes; derivatives of
StatusCache. |
| Modifier and Type | Method and Description |
|---|---|
VCSURLBasedCache |
ChangeListLocalStatusCache.getGlobalCache()
Deprecated.
|
VCSURLBasedCache |
ChangeList.getStatusCache()
Deprecated.
replaced by
ChangeList.getStatusCacheBridge() and ChangeList.getPolicyStatusCache(). |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChangeList.setStatusCache(VCSURLBasedCache statusCache)
Deprecated.
|
| Constructor and Description |
|---|
ChangeListLocalStatusCache(VCSURLBasedCache globalCache)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VCSStatusCache
Deprecated.
replaced by the policy status cache classes; derivatives of
StatusCache. |
| Modifier and Type | Method and Description |
|---|---|
VCSURLBasedCache |
VCSURLBasedCache.newLocalCache()
Deprecated.
|