|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DependencyGraph | |
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. |
org.apache.avalon.composition.provider |
The runtime package contains interfaces used by a runtime layer. |
Uses of DependencyGraph in org.apache.avalon.composition.model |
Methods in org.apache.avalon.composition.model with parameters of type DependencyGraph | |
void |
DependencyGraph.addChild(DependencyGraph child)
Addition of a consumer dependency graph. |
void |
DependencyGraph.removeChild(DependencyGraph child)
Removal of a consumer dependency graph. |
Constructors in org.apache.avalon.composition.model with parameters of type DependencyGraph | |
DependencyGraph(DependencyGraph parent)
Creation of a new dependecy graph holding a reference to a parent graph. |
Uses of DependencyGraph in org.apache.avalon.composition.model.impl |
Methods in org.apache.avalon.composition.model.impl that return DependencyGraph | |
DependencyGraph |
DefaultDeploymentContext.getDependencyGraph()
Return the dependency graph used to construct deployment and decommissioning sequences. |
Constructors in org.apache.avalon.composition.model.impl with parameters of type DependencyGraph | |
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. |
Uses of DependencyGraph in org.apache.avalon.composition.provider |
Methods in org.apache.avalon.composition.provider that return DependencyGraph | |
DependencyGraph |
DeploymentContext.getDependencyGraph()
Return the dependency graph used to construct deployment and decommissioning sequences. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |