Package org.osgi.framework.wiring

Framework Wiring Package Version 1.0.

See:
          Description

Interface Summary
BundleCapability A capability that has been declared from a bundle revision.
BundleRequirement A requirement that has been declared from a bundle revision.
BundleRevision Bundle Revision.
BundleRevisions The bundle revisions of a bundle.
BundleWire A wire connecting a BundleCapability to a BundleRequirement.
BundleWiring A wiring for a bundle.
FrameworkWiring Query and modify wiring information for the framework.
 

Package org.osgi.framework.wiring Description

Framework Wiring 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.framework.wiring; version="[1.0,2.0)"
 

Version:
$Id: 05eacf0e84a34e2b2e5ddbe4b3fee3acd0d07cc6 $


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.