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 |
---|---|
Availability |
ExternalToolBaseProperties.getAvailability()
Get when this tool is available.
|
static Availability |
Availability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Availability[] |
Availability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalToolBaseProperties.setAvailability(Availability availability)
Set when this tool is available.
|