| Package | Description |
|---|---|
| org.ow2.chameleon.core | |
| org.ow2.chameleon.core.hook | |
| org.ow2.chameleon.core.utils |
| Modifier and Type | Method and Description |
|---|---|
static org.slf4j.Logger |
Chameleon.initializeLoggingSystem(ChameleonConfiguration configuration)
Initialized the logging framework (backend).
|
| Constructor and Description |
|---|
Chameleon(ChameleonConfiguration configuration)
Creates a chameleon instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Hook.configured(ChameleonConfiguration configuration)
Callback called when the Chameleon instance is configured but not yet created.
|
void |
DefaultHook.configured(ChameleonConfiguration configuration)
Callback called when the Chameleon instance is configured but not yet created.
|
void |
HookManager.fireConfigured(ChameleonConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ChameleonConfiguration |
FrameworkManager.configuration()
Gets the chameleon configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static org.slf4j.Logger |
LogbackUtil.configure(ChameleonConfiguration configuration)
Loads logback configuration and gets the root logger.
|
| Constructor and Description |
|---|
FrameworkManager(Chameleon chameleon,
ChameleonConfiguration configuration)
Creates the framework manager.
|
Copyright © 2009–2014 OW2 Chameleon. All rights reserved.