Interface BundleResolver


public interface BundleResolver
Resolve bundle specific information from the framework.
Author:
Henning Treu - Initial contribution
  • Method Summary

    Modifier and Type
    Method
    Description
    org.osgi.framework.Bundle
    resolveBundle(Class<?> clazz)
    Resolve the bundle associated with the given Class.
  • Method Details

    • resolveBundle

      org.osgi.framework.Bundle resolveBundle(Class<?> clazz)
      Resolve the bundle associated with the given Class.
      Parameters:
      clazz - the Class to resolve the bundle for.
      Returns:
      the bundle associated with the given Class.