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