Class ServiceFinder


  • public class ServiceFinder
    extends java.lang.Object
    ServiceFinder is a ServiceLoader replacement which understands multiple classpaths.
    Since:
    6.0
    Author:
    Tristan Tarrant, Brett Meyer
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceFinder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.util.Collection<T> load​(java.lang.Class<T> contract, java.lang.ClassLoader... loaders)  
      • Methods inherited from class java.lang.Object

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

      • ServiceFinder

        public ServiceFinder()
    • Method Detail

      • load

        public static <T> java.util.Collection<T> load​(java.lang.Class<T> contract,
                                                       java.lang.ClassLoader... loaders)