Package org.openhab.core.util
Interface BundleResolver
public interface BundleResolver
Resolve bundle specific information from the framework.
- Author:
- Henning Treu - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionorg.osgi.framework.Bundle
resolveBundle
(Class<?> clazz) Resolve the bundle associated with the givenClass
.