| Package | Description | 
|---|---|
| org.osgi.service.feature | 
 Feature Package Version 1.0. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FeatureExtension.Kind | 
FeatureExtension.getKind()
Get the extension kind. 
 | 
static FeatureExtension.Kind | 
FeatureExtension.Kind.valueOf(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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FeatureExtensionBuilder | 
BuilderFactory.newExtensionBuilder(String name,
                   FeatureExtension.Type type,
                   FeatureExtension.Kind kind)
Obtain a new builder for Feature objects. 
 | 
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0