|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DelegatingBundleReference
DelegatingBundleReference is based on BundleReference and provides
access to DelegatingBundle.
| Method Summary | |
|---|---|
org.osgi.framework.Bundle |
getBundle(boolean unwrap)
Returns the bundle associated with this classloader. |
| Methods inherited from interface org.osgi.framework.BundleReference |
|---|
getBundle |
| Method Detail |
|---|
org.osgi.framework.Bundle getBundle(boolean unwrap)
DelegatingBundle.
In such cases, the unwrap parameter controls whether this function returns the
DelegatingBundle instance or the main application bundle backing with the DelegatingBundle.
unwrap - If true and if the bundle associated with this classloader is a DelegatingBundle,
this function will return the main application bundle backing with the DelegatingBundle.
Otherwise, the bundle associated with this classloader is returned as is.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||