Uses of Enum Class
io.helidon.common.features.api.HelidonFlavor
Packages that use HelidonFlavor
Package
Description
Feature support for Helidon flavors.
API required to describe features in module descriptor.
-
Uses of HelidonFlavor in io.helidon.common.features
Methods in io.helidon.common.features 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. -
Uses of HelidonFlavor in io.helidon.common.features.api
Methods in io.helidon.common.features.api 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.