Uses of Enum Class
io.helidon.common.HelidonFlavor
Packages that use HelidonFlavor
-
Uses of HelidonFlavor in io.helidon.common
Methods in io.helidon.common that return HelidonFlavorModifier and TypeMethodDescriptionstatic HelidonFlavor
Returns the enum constant of this class with the specified name.static HelidonFlavor[]
HelidonFlavor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.common with parameters of type HelidonFlavorModifier and TypeMethodDescriptionstatic 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.