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

Packages that use ContainmentModel
org.apache.avalon.activation.appliance The appliance package contains interfaces, utilities and default implementations defining and enabling use of the central Appliance interface.  
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.event The event package contains the defintion of a model event and listener.  
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
 

Methods in org.apache.avalon.activation.appliance that return ContainmentModel
 ContainmentModel BlockContext.getContainmentModel()
          Returns the containment model assigned to the block.
 ContainmentModel Block.getContainmentModel()
          Return the containment metamodel associated with the block.
 

Uses of ContainmentModel in org.apache.avalon.activation.appliance.impl
 

Methods in org.apache.avalon.activation.appliance.impl that return ContainmentModel
 ContainmentModel DefaultBlockContext.getContainmentModel()
          Returns the containment model assigned to the block.
 ContainmentModel AbstractBlock.getContainmentModel()
          Return the containment metamodel associated with the block.
 

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

Constructors in org.apache.avalon.activation.appliance.impl with parameters of type ContainmentModel
DefaultBlockContext(Logger logger, ContainmentModel model, DependencyGraph graph, ServiceContext context, Engine engine, ApplianceRepository repository)
          Creation of a new block context.
 

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

Methods in org.apache.avalon.composition.event that return ContainmentModel
 ContainmentModel ContainmentEvent.getContainmentModel()
          Return the the containment model that generated the event.
 

Constructors in org.apache.avalon.composition.event with parameters of type ContainmentModel
ContainmentEvent(ContainmentModel model)
          Create a ContainmentEvent instance.
CompositionEvent(ContainmentModel source, Model child)
          Create a CompositionEvent event.
 

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.
 ContainmentModel ContainmentModel.addContainmentModel(URL block, URL config)
          Addition of a new subsidiary containment model within the containment context using a supplied url.
 

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.
 ContainmentModel DefaultContainmentModel.addContainmentModel(URL block, URL config)
           
 



Copyright © Apache Software Foundation. All Rights Reserved.