Package org.osgi.framework
Interface BundleReference
- All Known Subinterfaces:
BundleContext,BundleRevision,BundleRevisions,BundleStartLevel,BundleWiring,FelixBundleContext,FrameworkStartLevel,FrameworkWiring
- All Known Implementing Classes:
BundleContextImpl,BundleImpl,BundleRevisionImpl,BundleWiringImpl,BundleWiringImpl.BundleClassLoader,BundleWiringImpl.BundleClassLoaderJava5,ExtensionManager.ExtensionManagerRevision,ExtensionManager.ExtensionManagerWiring,Felix,FrameworkStartLevelImpl,FrameworkStartLevelImpl.BundleStartLevelImpl,FrameworkWiringImpl,WrappedRevision
@ProviderType
public interface BundleReference
A reference to a Bundle.
- Since:
- 1.5
-
Method Summary
-
Method Details
-
getBundle
Bundle getBundle()Returns theBundleobject associated with thisBundleReference.- Returns:
- The
Bundleobject associated with thisBundleReference.
-