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