| Package | Description |
|---|---|
| org.boon | |
| org.boon.config | |
| org.boon.di | |
| org.boon.di.impl | |
| org.boon.di.modules |
| Modifier and Type | Method and Description |
|---|---|
static Context |
Boon.readConfig()
Searches a set of well known directories (explained below)
and classpath for resources denoted by the path.
|
static Context |
Boon.readConfig(java.lang.String namespace,
java.lang.String path)
Searches a set of well known directories (explained below)
and classpath for resources denoted by the path.
|
static Context |
Boon.readConfig(java.lang.String namespace,
java.lang.String path,
java.lang.String... roots)
Reads a configuration context from many possible roots.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Context |
ContextConfig.createContext(java.util.List<java.lang.String> resources) |
abstract Context |
ContextConfig.createContext(MetaConfigEvents events,
java.lang.String... resources) |
abstract Context |
ContextConfig.createContext(java.lang.String... resources) |
abstract Context |
ContextConfig.createContext(java.lang.String configNamespace,
boolean startsWith,
MetaConfigEvents events,
java.util.List<java.lang.String> resources) |
abstract Context |
ContextConfig.createContext(java.lang.String configNamespace,
boolean startsWith,
MetaConfigEvents events,
java.lang.String... resources) |
abstract Context |
ContextConfig.createContext(java.lang.String configNamespace,
boolean startsWith,
java.lang.String... resources) |
Context |
ContextConfigReader.read() |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.add(Module module) |
Context |
Context.addFirst(Module module) |
Context |
Context.combine(Context newContext) |
Context |
Context.combineFirst(Context newContext) |
static Context |
DependencyInjection.context(Module... modules) |
static Context |
DependencyInjection.fromMap(java.util.Map<?,?> map) |
Context |
Context.remove(Module module) |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.combine(Context newContext) |
Context |
Context.combineFirst(Context newContext) |
static <T> T |
Creator.create(java.lang.Class<T> type,
Context context) |
void |
Module.parent(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.combine(Context newContext) |
Context |
ContextImpl.combineFirst(Context newContext) |
Context |
ContextImpl.remove(Module module) |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContextImpl.combine(Context newContext) |
Context |
ContextImpl.combineFirst(Context newContext) |
void |
ContextImpl.parent(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseModule.parent(Context context) |
Copyright © 2014. All Rights Reserved.