Package org.osgi.framework
Interface BundleReference
- All Known Subinterfaces:
BundleContext
,BundleRevision
,BundleRevisions
,BundleStartLevel
,BundleWiring
,FrameworkStartLevel
,FrameworkWiring
,ServiceReference<S>
@ProviderType
public interface BundleReference
A reference to a Bundle.
- Since:
- 1.5
-
Method Summary
-
Method Details
-
getBundle
Bundle getBundle()Returns theBundle
object associated with thisBundleReference
.- Returns:
- The
Bundle
object associated with thisBundleReference
.
-