Package org.osgi.framework
Interface BundleReference
-
- All Known Subinterfaces:
BundleContext,BundleRevision,BundleRevisions,BundleStartLevel,BundleWiring,FrameworkStartLevel,FrameworkWiring
@ProviderType public interface BundleReferenceA reference to a Bundle.- Since:
- 1.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BundlegetBundle()Returns theBundleobject associated with thisBundleReference.
-
-
-
Method Detail
-
getBundle
Bundle getBundle()
Returns theBundleobject associated with thisBundleReference.- Returns:
- The
Bundleobject associated with thisBundleReference.
-
-