Uses of Class
org.apache.avalon.composition.data.StageDirective

Packages that use StageDirective
org.apache.avalon.composition.data The data package contains a revised implementation of the meta-data model that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution.  
org.apache.avalon.composition.data.builder The meta.data.builder package contains a revised implementation of the meta.model builder that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution.  
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
 

Uses of StageDirective in org.apache.avalon.composition.data
 

Methods in org.apache.avalon.composition.data that return StageDirective
 StageDirective[] DeploymentProfile.getStageDirectives()
          Return the stage directives.
 StageDirective DeploymentProfile.getStageDirective(String key)
          Return the dependency directive for a supplied key.
 

Constructors in org.apache.avalon.composition.data with parameters of type StageDirective
DeploymentProfile(String name, boolean activation, String classname, CategoriesDirective categories, ContextDirective context, DependencyDirective[] dependencies, StageDirective[] stages, Parameters parameters, Configuration config, Mode mode)
           
 

Uses of StageDirective in org.apache.avalon.composition.data.builder
 

Methods in org.apache.avalon.composition.data.builder that return StageDirective
protected  StageDirective[] XMLDeploymentProfileCreator.getStageDirectives(Configuration config)
           
protected  StageDirective XMLDeploymentProfileCreator.getStageDirective(Configuration config)
           
 

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

Constructors in org.apache.avalon.composition.model.impl with parameters of type StageDirective
DefaultStageModel(Logger logger, String partition, StageDescriptor descriptor, StageDirective directive)
          Creation of a new stage model.
 



Copyright © Apache Software Foundation. All Rights Reserved.