| Package | Description | 
|---|---|
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.changeset | |
| oracle.jdeveloper.vcs.generic | |
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ChangeListCommentsCustomizer
Comments customizer that installs specific behaviors for the change list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VCSOptionsCustomizer | 
ChangeList.getOptionsCustomizer()
Get the options customizer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ChangeList.setOptionsCustomizer(VCSOptionsCustomizer c)
Set a customizer that can be used for entering options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ChangeSetChangeList.setOptionsCustomizer(VCSOptionsCustomizer c)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected VCSOptionsCustomizer | 
ActionCommand.createOptionsCustomizer()  | 
protected VCSOptionsCustomizer | 
ActionCommand.createOptionsCustomizer(java.util.Collection nodes)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected oracle.bali.ewt.dialog.JEWTDialog | 
ActionCommand.createOperationDialog(java.util.Collection nodes,
                     VCSOptionsCustomizer customizer)  | 
protected void | 
ActionCommand.setCommandSpecificCustomizerOptions(VCSProfile profile,
                                   VCSOptionsCustomizer customizer)
Give implemening subclasses a chance to poke values into the customizer 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSCommentsCustomizer  | 
class  | 
VCSCompositeOptionsCustomizer
Composite class for combining version client dialog options customizers / providers. 
 | 
class  | 
VCSOptionsCustomizerAdapter
Adapter class for a version client dialog options customizer / provider. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VCSOptionsCustomizer | 
VCSWaitRunnable.setOptionsCustomizer()
Gets the options customizer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VCSWaitRunnable.setOptionsCustomizer(VCSOptionsCustomizer optionsCustomizer)
Sets the options customizer, which will be validated before the task is run. 
 | 
| Constructor and Description | 
|---|
VCSCommentsCustomizer(java.lang.String extensionId,
                     VCSOptionsCustomizer delegateCustomizer)
Constructor. 
 | 
VCSCompositeOptionsCustomizer(VCSOptionsCustomizer[] delegateCustomizers)  | 
VCSDialogCommitter(VCSOptionsCustomizer optionsCustomizer)  | 
VCSWaitRunnable(VCSExceptionHandler exceptionHandler,
               VCSOptionsCustomizer optionsCustomizer)
Constructor. 
 |