Uses of Enum
org.osgi.service.feature.FeatureExtension.Type
Packages that use FeatureExtension.Type
-
Uses of FeatureExtension.Type in org.osgi.service.feature
Subclasses with type arguments of type FeatureExtension.Type in org.osgi.service.featureMethods in org.osgi.service.feature that return FeatureExtension.TypeModifier and TypeMethodDescriptionFeatureExtension.getType()Get the extension type.static FeatureExtension.TypeReturns the enum constant of this type with the specified name.static FeatureExtension.Type[]FeatureExtension.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.osgi.service.feature with parameters of type FeatureExtension.TypeModifier and TypeMethodDescriptionBuilderFactory.newExtensionBuilder(String name, FeatureExtension.Type type, FeatureExtension.Kind kind) Obtain a new builder for Feature objects.