Uses of Interface
org.apache.avalon.composition.model.ContainmentContext

Packages that use ContainmentContext
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 ContainmentContext in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return ContainmentContext
 ContainmentContext ModelFactory.createContainmentContext(ContainmentProfile profile)
          Creation of a new root containment context.
 ContainmentContext DeploymentContext.getContainmentContext()
          Return the containment context.
 

Methods in org.apache.avalon.composition.model with parameters of type ContainmentContext
 ContainmentModel ModelFactory.createContainmentModel(ContainmentContext context)
          Creation of a new nested containment model.
 

Uses of ContainmentContext in org.apache.avalon.composition.model.impl
 

Classes in org.apache.avalon.composition.model.impl that implement ContainmentContext
 class DefaultContainmentContext
          Implementation of a system context that exposes a system wide set of parameters.
 

Methods in org.apache.avalon.composition.model.impl that return ContainmentContext
 ContainmentContext DefaultModelFactory.createContainmentContext(ContainmentProfile profile)
          Creation of a new root containment context.
 ContainmentContext DefaultDeploymentContext.getContainmentContext()
          Return the containment context.
 

Methods in org.apache.avalon.composition.model.impl with parameters of type ContainmentContext
 ContainmentModel DefaultModelFactory.createContainmentModel(ContainmentContext context)
          Creation of a new nested containment model.
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type ContainmentContext
DefaultDeploymentContext(Logger logger, String name, ContainmentContext context, DeploymentProfile profile, Type type, Class clazz, File home, File temp, String partition)
          Creation of a new deployment context.
DefaultContainmentModel(ContainmentContext context)
          Creation of a new containment model.
 



Copyright © Apache Software Foundation. All Rights Reserved.