Package | Description |
---|---|
oracle.ide.externaltools |
Contains interfaces and classes that allow external tools in
the IDE to be invoked, manipulated and extended by extensions.
|
Modifier and Type | Method and Description |
---|---|
static IntegrationPoint |
IntegrationPoint.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationPoint[] |
IntegrationPoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExternalToolBaseProperties.isIntegrated(IntegrationPoint ip)
Returns true if this tool is integrated at the specified
integration point.
|
void |
ExternalToolBaseProperties.setIntegrated(IntegrationPoint ip,
boolean integrated)
Sets whether this tool is integrated at a specific integration
point.
|