Uses of Enum Class
io.helidon.common.features.metadata.Flavor
Packages that use Flavor
Package
Description
API required to describe features in module descriptor.
Metadata for Helidon Features.
-
Uses of Flavor in io.helidon.common.features.api
Methods in io.helidon.common.features.api with parameters of type Flavor -
Uses of Flavor in io.helidon.common.features.metadata
Methods in io.helidon.common.features.metadata that return FlavorModifier and TypeMethodDescriptionstatic Flavor
Returns the enum constant of this class with the specified name.static Flavor[]
Flavor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.common.features.metadata that return types with arguments of type FlavorModifier and TypeMethodDescriptionFeatureMetadata.BuilderBase.FeatureMetadataImpl.flavors()
FeatureMetadata.BuilderBase.flavors()
Which flavor(s) should print this feature.FeatureMetadata.flavors()
Which flavor(s) should print this feature.FeatureMetadata.BuilderBase.FeatureMetadataImpl.invalidFlavors()
FeatureMetadata.BuilderBase.invalidFlavors()
In which flavor we should warn that this feature is present on classpath.FeatureMetadata.invalidFlavors()
In which flavor we should warn that this feature is present on classpath.Methods in io.helidon.common.features.metadata with parameters of type FlavorModifier and TypeMethodDescriptionWhich flavor(s) should print this feature.FeatureMetadata.BuilderBase.addInvalidFlavor
(Flavor invalidFlavor) In which flavor we should warn that this feature is present on classpath.Method parameters in io.helidon.common.features.metadata with type arguments of type FlavorModifier and TypeMethodDescriptionFeatureMetadata.BuilderBase.addFlavors
(List<? extends Flavor> flavors) Which flavor(s) should print this feature.FeatureMetadata.BuilderBase.addInvalidFlavors
(List<? extends Flavor> invalidFlavors) In which flavor we should warn that this feature is present on classpath.Which flavor(s) should print this feature.FeatureMetadata.BuilderBase.invalidFlavors
(List<? extends Flavor> invalidFlavors) In which flavor we should warn that this feature is present on classpath.