public abstract class ServiceLoader extends Object
Constructor and Description |
---|
ServiceLoader() |
Modifier and Type | Method and Description |
---|---|
static <S> Collection<S> |
load(Class<S> ifc) |
static <S> Collection<S> |
load(Class<S> ifc,
ClassLoader loader) |
public static <S> Collection<S> load(Class<S> ifc)
public static <S> Collection<S> load(Class<S> ifc, ClassLoader loader)
Copyright © 2021 org.pitest. All rights reserved.