| Package | Description |
|---|---|
| org.boon.config | |
| org.boon.di | |
| org.boon.di.impl | |
| org.boon.di.modules |
| Modifier and Type | Method and Description |
|---|---|
abstract Context |
ContextConfig.createContext(List<String> resources) |
abstract Context |
ContextConfig.createContext(MetaConfigEvents events,
String... resources) |
abstract Context |
ContextConfig.createContext(String... resources) |
abstract Context |
ContextConfig.createContext(String configNamespace,
boolean startsWith,
MetaConfigEvents events,
List<String> resources) |
abstract Context |
ContextConfig.createContext(String configNamespace,
boolean startsWith,
MetaConfigEvents events,
String... resources) |
abstract Context |
ContextConfig.createContext(String configNamespace,
boolean startsWith,
String... resources) |
Context |
ContextConfigReader.read() |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.add(Module module) |
Context |
Context.addFirst(Module module) |
static Context |
ContextFactory.context(Module... modules) |
static Context |
ContextFactory.fromMap(Map<?,?> map) |
Context |
Context.remove(Module module) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Creator.create(Class<T> type,
Context context) |
void |
Module.setParent(Context context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextImpl |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContextImpl.add(Module module) |
Context |
ContextImpl.addFirst(Module module) |
Context |
ContextImpl.remove(Module module) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextImpl.setParent(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseModule.setParent(Context context) |
Copyright © 2014. All rights reserved.