| Package | Description |
|---|---|
| org.exoplatform.container.configuration | |
| org.exoplatform.container.xml |
| Modifier and Type | Method and Description |
|---|---|
Component |
ConfigurationManager.getComponent(Class<?> clazz)
Gives the component configuration of a given service
|
Component |
ConfigurationManagerImpl.getComponent(Class<?> clazz) |
Component |
ConfigurationManager.getComponent(String service)
Gives the component configuration of a given service
|
Component |
ConfigurationManagerImpl.getComponent(String service) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Component> |
ConfigurationManager.getComponents()
Gives the configuration of all the registered components
|
Collection<Component> |
ConfigurationManagerImpl.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
Component |
Configuration.getComponent(String s) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Component> |
Configuration.getComponentIterator() |
Collection<Component> |
Configuration.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.addComponent(Component comp) |
Copyright © 2020 eXo Platform SAS. All Rights Reserved.