@Version("1.0")
Package org.osgi.service.feature
Feature Package Version 1.0.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. This package has two types of users: the consumers that use the API in this package and the providers that implement the API in this package.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.feature; version="[1.0,2.0)"
Example import for providers implementing the API in this package:
Import-Package: org.osgi.service.feature; version="[1.0,1.1)"
-
Interface Summary Interface Description BuilderFactory The Builder Factory can be used to obtain builders for the various entities.Feature The Feature Model Feature.FeatureArtifact An Artifact is an entity with an ID, for use in extensions.FeatureArtifactBuilder A builder forFeatureArtifact
objects.FeatureBuilder A builder forFeature
Models.FeatureBundle A Bundle which is part of a feature.FeatureBundleBuilder A builder for Feature ModelFeatureBundle
objects.FeatureConfiguration Represents an OSGi Configuration in the Feature Model.FeatureConfigurationBuilder A builder for Feature ModelFeatureConfiguration
objects.FeatureExtension A Feature Model Extension.FeatureExtensionBuilder A builder for Feature ModelFeatureExtension
objects.FeatureService The Feature service is the primary entry point for interacting with the feature model.ID ID used to denote an artifact. -
Class Summary Class Description FeatureConstants Defines standard constants for the Feature specification. -
Enum Summary Enum Description FeatureExtension.Kind The kind of extension: optional, mandatory or transient.FeatureExtension.Type The type of extension