Package org.esa.snap.core.util
Class ServiceLoader
- java.lang.Object
-
- org.esa.snap.core.util.ServiceLoader
-
public class ServiceLoader extends Object
IMPORTANT NOTE: This class does not belong to the public API. It is not intended to be used by clients.
-
-
Constructor Summary
Constructors Constructor Description ServiceLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> void
loadServices(ServiceRegistry<T> registry)
-
-
-
Method Detail
-
loadServices
public static <T> void loadServices(ServiceRegistry<T> registry)
-
-