| Package | Description |
|---|---|
| org.rvpf.config |
Configuration entities definition.
|
| org.rvpf.document.loader |
Configuration and metadata documents loader.
|
| org.rvpf.service |
Service helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceClassLoader |
Config.getClassLoader()
Gets the service class loader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Config.setClassLoader(Optional<ServiceClassLoader> classLoader)
Sets the service class loader.
|
| Modifier and Type | Method and Description |
|---|---|
static Config |
ConfigDocumentLoader.loadConfig(String serviceName,
Optional<String> from,
Optional<ServiceClassLoader> classLoader)
Loads the config.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceClassLoader |
ServiceClassLoader.getInstance()
Gets a service class loader.
|
static ServiceClassLoader |
ServiceClassLoader.getInstance(ClassLoader parent)
Gets a service class loader.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ServiceClassLoader> |
ServiceClassLoader.hideInstance()
Hides the current service class loader instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ServiceClassLoader.restoreInstance(Optional<ServiceClassLoader> serviceClassLoader)
Restores a service class loader instance.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.