JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.osgi.framework
Interface BundleReference
All Known Subinterfaces:
BundleContext
,
BundleRevision
,
BundleRevisions
,
BundleStartLevel
,
BundleWiring
,
FrameworkStartLevel
,
FrameworkWiring
All Known Implementing Classes:
BundleClassLoader
,
BundleContextImpl
,
BundleReferenceImpl
,
BundleRevisionImpl
,
BundleRevisionsImpl
,
BundleWiringImpl
,
FrameworkWiringImpl
public interface
BundleReference
A reference to a Bundle.
Since:
1.5
Method Summary
Methods
Modifier and Type
Method and Description
Bundle
getBundle
()
Returns the
Bundle
object associated with this
BundleReference
.
Method Detail
getBundle
Bundle
getBundle()
Returns the
Bundle
object associated with this
BundleReference
.
Returns:
The
Bundle
object associated with this
BundleReference
.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method