| Modifier and Type | Method and Description |
|---|---|
static ServiceRegistrarFactory |
ServiceRegistrarLoader.load()
Load a
ServiceRegistrarFactory using the current class loader. |
static ServiceRegistrarFactory |
ServiceRegistrarLoader.load(Path plugin)
Load a
ServiceRegistrarFactory from a plugin jar file with a parent class loader that
will not load classes from the jvm classpath. |
static ServiceRegistrarFactory |
ServiceRegistrarLoader.load(Path plugin,
ClassLoader environment,
ClassLoader parent)
Load a
ServiceRegistrarFactory from a plugin jar file with a specified parent class
loader and a list of exposed classes. |
static ServiceRegistrarFactory |
ServiceRegistrarLoader.load(String source,
ClassLoader classLoader)
Load a
ServiceRegistrarFactory using a class loader. |
Copyright © 2015. All rights reserved.