Uses of Class
org.osgi.service.feature.FeatureExtension.Type
-
Packages that use FeatureExtension.Type Package Description org.osgi.service.feature Feature Package Version 1.0. -
-
Uses of FeatureExtension.Type in org.osgi.service.feature
Methods in org.osgi.service.feature that return FeatureExtension.Type Modifier and Type Method Description FeatureExtension.TypeFeatureExtension. getType()Get the extension type.static FeatureExtension.TypeFeatureExtension.Type. valueOf(java.lang.String name)Returns 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.Type Modifier and Type Method Description FeatureExtensionBuilderBuilderFactory. newExtensionBuilder(java.lang.String name, FeatureExtension.Type type, FeatureExtension.Kind kind)Obtain a new builder for Feature objects.
-