| Package | Description | 
|---|---|
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| oracle.jdeveloper.vcs.tracking | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSCancelException
Cancellation exception class for version clients. 
 | 
class  | 
VCSDetailException
Detailed exception class for version clients. 
 | 
class  | 
VCSValidationException
Validation exception class for version clients. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
VCSExceptionHandler.handleVCSException(VCSException ce,
                  java.awt.Component parent)
Handles the given client exception in JDeveloper's user interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
VCSCommand.noOpImpl()
Performs actions, such as exception notification, when a command exits with the  
VCSCommand.NOOP code. | 
void | 
VCSOptionsCustomizerAdapter.validateOptions()  | 
void | 
VCSOptionsCustomizer.validateOptions()
Validates internal component states ahead of committing options. 
 | 
void | 
VCSCompositeOptionsCustomizer.validateOptions()  | 
void | 
VCSCommentsCustomizer.validateOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
static VCSBugTracking | 
VCSBugTrackingProvider.lookup(java.lang.String type)  |