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

Packages that use StageModel
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.composition.model
 

Methods in org.apache.avalon.composition.model that return StageModel
 StageModel[] ComponentModel.getStageModels()
          Return the stage models for this deployment model.
 StageModel ComponentModel.getStageModel(StageDescriptor stage)
          Return a stage model matching the supplied descriptor or null if no match found.
 

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[] DefaultComponentModel.getStageModels()
          Return the stage models for this component type.
 StageModel DefaultComponentModel.getStageModel(StageDescriptor stage)
          Return a stage model matching the supplied descriptor.
 



Copyright © The Apache Software Foundation. All Rights Reserved.