|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemContext | |
org.apache.avalon.composition.model |
The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. |
org.apache.avalon.composition.model.impl | The model package contains a series of classes that leverage the new meta data model. |
Uses of SystemContext in org.apache.avalon.composition.model |
Methods in org.apache.avalon.composition.model that return SystemContext | |
SystemContext |
DeploymentContext.getSystemContext()
Return the system context. |
SystemContext |
ContainmentContext.getSystemContext()
Return the system context. |
Uses of SystemContext in org.apache.avalon.composition.model.impl |
Classes in org.apache.avalon.composition.model.impl that implement SystemContext | |
class |
DefaultSystemContext
Implementation of a system context that exposes a system wide set of parameters. |
Methods in org.apache.avalon.composition.model.impl that return SystemContext | |
static SystemContext |
DefaultSystemContext.createSystemContext(File base,
File root,
int priority)
Creation of a new system context. |
SystemContext |
DefaultDeploymentContext.getSystemContext()
Return the system context. |
SystemContext |
DefaultContainmentContext.getSystemContext()
Return the system context. |
Constructors in org.apache.avalon.composition.model.impl with parameters of type SystemContext | |
DefaultModelFactory(SystemContext system)
|
|
DefaultContainmentContext(Logger logger,
SystemContext system,
ClassLoaderModel model,
ContainmentProfile profile)
Creation of a new containment context. |
|
DefaultContainmentContext(Logger logger,
SystemContext system,
ClassLoaderModel model,
File home,
File temp,
ContainmentProfile profile,
String partition,
String name)
Creation of a new containment context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |