Class ProviderDetector


  • public final class ProviderDetector
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ServiceLoader spi  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> lookupServiceNames​(java.lang.Class<?> clazz, java.lang.ClassLoader classLoader)  
      • Methods inherited from class java.lang.Object

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

      • ProviderDetector

        public ProviderDetector()
    • Method Detail

      • lookupServiceNames

        @Nonnull
        public java.util.Set<java.lang.String> lookupServiceNames​(java.lang.Class<?> clazz,
                                                                  java.lang.ClassLoader classLoader)
                                                           throws java.io.IOException
        Throws:
        java.io.IOException