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

Packages that use StageModel
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.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 StageModel in org.apache.avalon.activation.appliance
 

Methods in org.apache.avalon.activation.appliance with parameters of type StageModel
 Appliance Engine.resolveAppliance(StageModel stage)
          Return an appliance relative to a supplied stage model.
 

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

Methods in org.apache.avalon.activation.appliance.impl with parameters of type StageModel
 Appliance DefaultBlock.resolveAppliance(StageModel stage)
          Return an appliance relative to a supplied stage model.
 

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

Methods in org.apache.avalon.composition.model that return StageModel
 StageModel[] DeploymentModel.getStageModels()
          Return the stage models for this deployment model.
 

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

Classes in org.apache.avalon.composition.model.impl that implement StageModel
 class DefaultStageModel
          Default implementation of the stage model.
 

Methods in org.apache.avalon.composition.model.impl that return StageModel
 StageModel[] DefaultDeploymentModel.getStageModels()
          Return the stage models for this component type.
 



Copyright © Apache Software Foundation. All Rights Reserved.