| Package | Description | 
|---|---|
| oracle.ide.cmd | 
 Contains classes implementing several JDeveloper commands. 
 | 
| oracle.jdeveloper.vcs.generic | |
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ExitCommand.addShutdownHook(ShutdownHook hook)
Add a shutdown hook. 
 | 
static void | 
ExitCommand.addShutdownHook(ShutdownHook hook,
               double weight)
Add a shutdown hook. 
 | 
static void | 
ExitCommand.removeShutdownHook(ShutdownHook hook)
Remove a shutdown hook. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSProfile  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSExtension
Abstract superclass for a version control system extension. 
 |