Class ServiceFinder

java.lang.Object
org.infinispan.commons.util.ServiceFinder

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> Collection<T>
    load(Class<T> contract, ClassLoader... loaders)
     
  • Constructor Details

    • ServiceFinder

      public ServiceFinder()
  • Method Details