Class ServiceLookup<B>


  • public class ServiceLookup<B>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceLookup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<B> getServices​(java.lang.Class<B> cls)  
      java.util.Iterator<B> getServices​(java.lang.Class<B> cls, java.lang.ClassLoader clsLoader)  
      • Methods inherited from class java.lang.Object

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

      • ServiceLookup

        public ServiceLookup()
    • Method Detail

      • getServices

        public java.util.Iterator<B> getServices​(java.lang.Class<B> cls)
      • getServices

        public java.util.Iterator<B> getServices​(java.lang.Class<B> cls,
                                                 java.lang.ClassLoader clsLoader)