| Package | Description |
|---|---|
| org.sakaiproject.component.cover | |
| org.sakaiproject.component.impl |
| Modifier and Type | Field and Description |
|---|---|
protected static ComponentManager |
ComponentManager.m_componentManager
A component manager - use the Spring based one.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentManager |
TestComponentManagerContainer.getComponentManager()
get the current component manager
|
static ComponentManager |
ComponentManager.getInstance()
Access the component manager of the single instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockCompMgr
This is a totally fake component manager which is just going to pretend to try to find services,
maybe later this could try to use the sakai mock stuff but for now it is just here to stop the CM from firing up during unit tests
|
class |
SpringCompMgr
SpringCompMgr manages API implementation components using the Springframework
ApplicationContext.
|
| Constructor and Description |
|---|
SpringCompMgr(ComponentManager parent)
Initialize.
|
Copyright © 2003–2018 The Sakai Foundation. All rights reserved.