| Package | Description |
|---|---|
| oracle.jdeveloper.history | |
| oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryManager.registerProvider(HistoryProvider provider)
Deprecated.
replaced by declarative registration through history-provider-hook.
|
void |
HistoryManager.unregisterProvider(HistoryProvider provider)
Deprecated.
not replaced.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryProvider |
VCSHistoryProvider.getHistoryProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
VCSHistoryProvider.setHistoryProvider(HistoryProvider historyProvider) |
| Constructor and Description |
|---|
VCSHistoryProvider(HistoryProvider historyProvider) |
VCSHistoryProvider(HistoryProvider historyProvider,
IdeAction versionHistoryAction) |
VCSHistoryProvider(HistoryProvider historyProvider,
IdeAction versionHistoryAction,
VCSUserFilterSubstitution substitution) |