Uses of Class
io.quarkiverse.quinoa.deployment.framework.FrameworkType
-
Packages that use FrameworkType Package Description io.quarkiverse.quinoa.deployment.framework -
-
Uses of FrameworkType in io.quarkiverse.quinoa.deployment.framework
Methods in io.quarkiverse.quinoa.deployment.framework that return FrameworkType Modifier and Type Method Description static FrameworkTypeFrameworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static FrameworkType[]FrameworkType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-