- getBundle() - Method in class org.ops4j.pax.swissbox.core.BundleClassLoader
-
Getter.
- getBundle(BundleContext, String) - Static method in class org.ops4j.pax.swissbox.core.BundleUtils
-
Returns any bundle with the given symbolic name, or null if no such bundle exists.
- getBundle(BundleContext, String, String) - Static method in class org.ops4j.pax.swissbox.core.BundleUtils
-
Returns the bundle with the given symbolic name and the given version, or null if no such
bundle exists
- getBundleContext(Bundle) - Static method in class org.ops4j.pax.swissbox.core.BundleUtils
-
Discovers the bundle context for a bundle.
- getBundles(BundleContext, String) - Static method in class org.ops4j.pax.swissbox.core.BundleUtils
-
Returns a list of all bundles with the given symbolic name.
- getResource(String) - Method in class org.ops4j.pax.swissbox.core.BundleClassLoader
-
If there is a parent class loader use the super implementation that will first use the parent and as a fallback
it will call findResource().
- getResources(String) - Method in class org.ops4j.pax.swissbox.core.BundleClassLoader
-
If there is a parent class loader use the super implementation that will first use the parent and as a fallback
it will call findResources().