Package org.fedoraproject.p2.osgi.impl
Class DefaultOSGiServiceLocator
- java.lang.Object
-
- org.fedoraproject.p2.osgi.impl.DefaultOSGiServiceLocator
-
- All Implemented Interfaces:
OSGiServiceLocator
public class DefaultOSGiServiceLocator extends Object implements OSGiServiceLocator
- Author:
- Mikolaj Izdebski
-
-
Constructor Summary
Constructors Constructor Description DefaultOSGiServiceLocator(OSGiFramework framework)
-
-
-
Constructor Detail
-
DefaultOSGiServiceLocator
public DefaultOSGiServiceLocator(OSGiFramework framework)
-
-
Method Detail
-
getService
public <T> T getService(Class<T> clazz)
- Specified by:
getService
in interfaceOSGiServiceLocator
-
-