Class ServiceLocator


  • public class ServiceLocator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceLocator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T lookup​(java.lang.Class<T> lookupClass, org.osgi.framework.BundleContext bundleContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceLocator

        public ServiceLocator()
    • Method Detail

      • lookup

        public <T> T lookup​(java.lang.Class<T> lookupClass,
                            org.osgi.framework.BundleContext bundleContext)