Package cpw.mods.modlauncher.util
Class ServiceLoaderUtils
java.lang.Object
cpw.mods.modlauncher.util.ServiceLoaderUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
fileNameFor
(Class<?> clazz) static <T> Stream
<T> streamServiceLoader
(Supplier<ServiceLoader<T>> slSupplier, Consumer<ServiceConfigurationError> errorConsumer) static <T> Stream
<T> streamWithErrorHandling
(ServiceLoader<T> sl, Consumer<ServiceConfigurationError> errorConsumer)
-
Constructor Details
-
ServiceLoaderUtils
public ServiceLoaderUtils()
-
-
Method Details
-
streamServiceLoader
public static <T> Stream<T> streamServiceLoader(Supplier<ServiceLoader<T>> slSupplier, Consumer<ServiceConfigurationError> errorConsumer) -
streamWithErrorHandling
public static <T> Stream<T> streamWithErrorHandling(ServiceLoader<T> sl, Consumer<ServiceConfigurationError> errorConsumer) -
fileNameFor
-