Uses of Class
oracle.dbtools.plugin.api.ExtensionPoints
-
Packages that use ExtensionPoints Package Description oracle.dbtools.plugin.api Enumerates theExtensionPoints
that plugins can extend. -
- <section role="region">
Uses of ExtensionPoints in oracle.dbtools.plugin.api
Methods in oracle.dbtools.plugin.api that return ExtensionPoints Modifier and Type Method Description static ExtensionPoints
ExtensionPoints. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExtensionPoints[]
ExtensionPoints. values()
Returns an array containing the constants of this enum type, in the order they are declared.
- <section role="region">