|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemContext | |
org.apache.avalon.activation.impl | Default runtime platform. |
org.apache.avalon.composition.model.impl | The model package contains a series of classes that leverage the new meta data model. |
org.apache.avalon.composition.provider |
The runtime package contains interfaces used by a runtime layer. |
Uses of SystemContext in org.apache.avalon.activation.impl |
Constructors in org.apache.avalon.activation.impl with parameters of type SystemContext | |
DefaultRuntimeFactory(SystemContext system)
|
|
DefaultRuntime(SystemContext system)
Creation of a new system context. |
|
DefaultLifestyleFactory(SystemContext system)
Creation of a new default lifestyle factory. |
|
DefaultComponentFactory(SystemContext system,
ComponentModel model)
Creation of a new component factory. |
|
DefaultBlock(SystemContext system,
ContainmentModel model)
|
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 | |
SystemContext |
DefaultSystemContextFactory.createSystemContext()
Creation of a new system context using supplied and default values. |
SystemContext |
DefaultDeploymentContext.getSystemContext()
Return the system context. |
SystemContext |
DefaultClassLoaderContext.getSystemContext()
Return the system context. |
Constructors in org.apache.avalon.composition.model.impl with parameters of type SystemContext | |
DefaultDeploymentContext(Logger logger,
SystemContext system,
String partition,
String name,
Mode mode,
DeploymentProfile profile,
DependencyGraph graph)
Creation of a new deployment context. |
|
DefaultContainmentContext(Logger logger,
SystemContext system,
ClassLoaderModel model,
ModelRepository repository,
DependencyGraph graph,
ContainmentProfile profile)
Creation of a new root containment context. |
|
DefaultContainmentContext(Logger logger,
SystemContext system,
ClassLoaderModel model,
ModelRepository repository,
DependencyGraph graph,
File home,
File temp,
ContainmentModel parent,
ContainmentProfile profile,
String partition,
String name)
Creation of a new containment context. |
|
DefaultComponentContext(Logger logger,
String name,
SystemContext system,
ClassLoader classloader,
DependencyGraph graph,
ContainmentModel model,
ComponentProfile profile,
Type type,
Class clazz,
File home,
File temp,
String partition)
Creation of a new deployment context. |
|
DefaultClassLoaderContext(Logger logger,
SystemContext system,
ClassLoader parent,
ClassLoaderDirective directive)
Creation of a root classloader context. |
|
DefaultClassLoaderContext(Logger logger,
SystemContext system,
ClassLoader parent,
OptionalPackage[] packages,
ExtensionManager manager,
TypeRepository types,
ServiceRepository services,
ClassLoaderDirective directive,
URL[] implied)
Creation of a new classloader context. |
Uses of SystemContext in org.apache.avalon.composition.provider |
Methods in org.apache.avalon.composition.provider that return SystemContext | |
SystemContext |
SystemContextFactory.createSystemContext()
Creation of a new system context using supplied and default values. |
SystemContext |
DeploymentContext.getSystemContext()
Return the system context. |
SystemContext |
ComponentContext.getSystemContext()
Return the system context. |
SystemContext |
ClassLoaderContext.getSystemContext()
Return the system context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |