| Package | Description |
|---|---|
| org.apache.tamaya.spi |
This package contains the Apache Tamaya SPI artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
ServiceContext |
ConfigurationContext.getServiceContext() |
Access the underlying
ServiceContext. |
static ServiceContext |
ServiceContextManager.getServiceContext() |
Ge
ServiceContext. |
static ServiceContext |
ServiceContextManager.getServiceContext(ClassLoader classLoader) |
Ge
ServiceContext. |
static ServiceContext |
ServiceContextManager.set(ServiceContext serviceContext) |
Replace the current
ServiceContext in use. |
static ServiceContext |
ServiceContextManager.setToStaticClassLoader(ServiceContext serviceContext) |
Replace the current
ServiceContext for the ServiceContextManager's classloader in use. |
| Modifier and Type | Method | Description |
|---|---|---|
static ServiceContext |
ServiceContextManager.set(ServiceContext serviceContext) |
Replace the current
ServiceContext in use. |
ConfigurationBuilder |
ConfigurationBuilder.setServiceContext(ServiceContext serviceContext) |
Sets the ServiceContext to be used.
|
static ServiceContext |
ServiceContextManager.setToStaticClassLoader(ServiceContext serviceContext) |
Replace the current
ServiceContext for the ServiceContextManager's classloader in use. |
Copyright © 2014–2019 Apache Software Foundation. All rights reserved.