Uses of Class
io.helidon.common.HelidonFlavor
-
Packages that use HelidonFlavor Package Description io.helidon.common Common utilities for Helidon projects. -
-
Uses of HelidonFlavor in io.helidon.common
Methods in io.helidon.common that return HelidonFlavor Modifier and Type Method Description static HelidonFlavor
HelidonFlavor. valueOf(String name)
Returns the enum constant of this type with the specified name.static HelidonFlavor[]
HelidonFlavor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.common with parameters of type HelidonFlavor Modifier and Type Method Description static void
HelidonFeatures. flavor(HelidonFlavor flavor)
Set the current Helidon flavor.static void
HelidonFeatures. print(HelidonFlavor flavor, String version, boolean details)
Print features for the current flavor.
-