Package org.osgi.framework
Interface BundleReference
-
public interface BundleReference
A reference to a Bundle.- Since:
- 1.5
- Version:
- $Revision: 6860 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bundle
getBundle()
Returns theBundle
object associated with thisBundleReference
.
-
-
-
Method Detail
-
getBundle
Bundle getBundle()
Returns theBundle
object associated with thisBundleReference
.- Returns:
- The
Bundle
object associated with thisBundleReference
.
-
-