Uses of Class
oracle.dbtools.plugin.api.di.AvailableDependencies
-
Packages that use AvailableDependencies Package Description oracle.dbtools.plugin.api.di Ajavax.injectcompatible Dependency Injection (D.I.) framework. -
- <section role="region">
Uses of AvailableDependencies in oracle.dbtools.plugin.api.di
</section>Methods in oracle.dbtools.plugin.api.di that return AvailableDependencies Modifier and Type Method Description static AvailableDependenciesAvailableDependencies. 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">