Uses of Class
oracle.dbtools.plugin.api.di.AvailableDependencies
-
Packages that use AvailableDependencies Package Description oracle.dbtools.plugin.api.di Ajavax.inject
compatible Dependency Injection (D.I.) framework. -
- <section role="region">
Uses of AvailableDependencies in oracle.dbtools.plugin.api.di
Methods in oracle.dbtools.plugin.api.di that return AvailableDependencies Modifier and Type Method Description static AvailableDependencies
AvailableDependencies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AvailableDependencies[]
AvailableDependencies. values()
Returns an array containing the constants of this enum type, in the order they are declared.
- <section role="region">