Package org.osgi.resource
@Version("1.0.1")
package org.osgi.resource
Resource Package Version 1.0.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:
Import-Package: org.osgi.resource; version="[1.0,2.0)"
-
ClassDescriptionA capability that has been declared from a
Resource
.Capability and Requirement Namespaces base class.A requirement that has been declared from aResource
.A resource is the representation of a uniquely identified and typed data.A wire connecting aCapability
to aRequirement
.A wiring for a resource.