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

Packages that use ContainmentModel
org.apache.avalon.activation.appliance.impl The appliance.impl package contains the default implementations defining and enabling use of the central Appliance interface.  
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 ContainmentModel in org.apache.avalon.activation.appliance.impl
 

Methods in org.apache.avalon.activation.appliance.impl with parameters of type ContainmentModel
static Block DefaultBlock.createRootBlock(ServiceContext context, ContainmentModel model)
          Create a root containment block.
 

Uses of ContainmentModel in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return ContainmentModel
 ContainmentModel ModelFactory.createContainmentModel(URL url)
          Creation of a new root containment model.
 ContainmentModel ModelFactory.createContainmentModel(ContainmentProfile profile)
          Creation of a new root containment model.
 ContainmentModel ModelFactory.createContainmentModel(ContainmentContext context)
          Creation of a new nested containment model.
 

Methods in org.apache.avalon.composition.model with parameters of type ContainmentModel
 DeploymentModel DeploymentModelFactory.createDeploymentModel(Logger logger, ContainmentModel parent, DeploymentProfile profile)
          Creation of a new instance of a deployment model within a supplied containment context.
 

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

Classes in org.apache.avalon.composition.model.impl that implement ContainmentModel
 class DefaultContainmentModel
          Containment model implmentation within which composite models are aggregated as a part of a containment deployment model.
 

Methods in org.apache.avalon.composition.model.impl that return ContainmentModel
 ContainmentModel DefaultModelFactory.createContainmentModel(URL url)
          Creation of a new root containment model using a URL referring to a containment profile.
 ContainmentModel DefaultModelFactory.createContainmentModel(ContainmentProfile profile)
          Creation of a new root containment model using a supplied profile.
 ContainmentModel DefaultModelFactory.createContainmentModel(ContainmentContext context)
          Creation of a new nested containment model.
 



Copyright © Apache Software Foundation. All Rights Reserved.