| Package | Description |
|---|---|
| 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 |
|---|---|
VCSCommandType |
VCSActionInfo.getType()
Gets the
VCSCommandType representing the style of the action. |
| Modifier and Type | Method and Description |
|---|---|
static VCSCommandType |
VCSCommandType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VCSCommandType[] |
VCSCommandType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VCSCommand.initializeCommandType(VCSCommandType commandType) |