Package org.infinispan.commons.util
Class ServiceFinder
java.lang.Object
org.infinispan.commons.util.ServiceFinder
ServiceFinder is a
ServiceLoader
replacement which understands multiple classpaths.- Since:
- 6.0
- Author:
- Tristan Tarrant, Brett Meyer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Collection<T>
load
(Class<T> contract, ClassLoader... loaders)
-
Constructor Details
-
ServiceFinder
public ServiceFinder()
-
-
Method Details
-
load
-