Package org.osgi.service.feature
@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)"
-
ClassDescriptionThe Builder Factory can be used to obtain builders for the various entities.The Feature Model Feature.An Artifact is an entity with an ID, for use in extensions.A builder for
FeatureArtifact
objects.A builder forFeature
Models.A Bundle which is part of a feature.A builder for Feature ModelFeatureBundle
objects.Represents an OSGi Configuration in the Feature Model.A builder for Feature ModelFeatureConfiguration
objects.Defines standard constants for the Feature specification.A Feature Model Extension.The kind of extension: optional, mandatory or transient.The type of extensionA builder for Feature ModelFeatureExtension
objects.The Feature service is the primary entry point for interacting with the feature model.ID used to denote an artifact.