| Package | Description |
|---|---|
| to.etc.iocular.container | |
| to.etc.iocular.def |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildPlan.destroy(BasicContainer bc,
Object self)
Call the before-destruction methods specified for this object.
|
Object |
BuildPlan.getObject(BasicContainer c) |
Object |
MethodInvoker.invoke(BasicContainer bc,
Object selfobject)
Actually invoke the method on some thingy.
|
Object |
MethodInvoker.invoke(Object thisobject,
BasicContainer bc,
Object selfobject)
Deprecated.
|
void |
BuildPlan.start(BasicContainer bc,
Object self)
Call the after-construction methods specified for this object (start methods).
|
void |
BuildPlan.staticStart(BasicContainer c)
When this has a static initializer this should execute it.
|
| Constructor and Description |
|---|
IocContainerException(BasicContainer c,
String why) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBuildPlan.destroy(BasicContainer bc,
Object self) |
Object |
BuildPlanForContainerParameter.getObject(BasicContainer c)
Obtain this parameter from the container.
|
abstract Object |
AbstractBuildPlan.getObject(BasicContainer c) |
Object |
BuildPlanForStaticFactory.getObject(BasicContainer bc)
Execute the plan to *get* the object from
|
Object |
BuildPlanForConstructor.getObject(BasicContainer bc) |
protected void |
AbstractBuildPlan.injectProperties(Object instance,
BasicContainer bc) |
void |
AbstractBuildPlan.start(BasicContainer bc,
Object self) |
void |
BuildPlanForContainerParameter.staticStart(BasicContainer c) |
abstract void |
AbstractBuildPlan.staticStart(BasicContainer c) |
void |
BuildPlanForStaticFactory.staticStart(BasicContainer c)
Called as a single-time per container init only if this factory has static initializers.
|
void |
BuildPlanForConstructor.staticStart(BasicContainer c) |
Copyright © 2017 etc.to. All rights reserved.