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

Packages that use SelectionDirective
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.  
 

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

Methods in org.apache.avalon.composition.data that return SelectionDirective
 SelectionDirective[] StageDirective.getSelectionDirectives()
          Return the set of selection directive constraints.
 SelectionDirective[] DependencyDirective.getSelectionDirectives()
          Return the set of selection directive constraints.
 

Constructors in org.apache.avalon.composition.data with parameters of type SelectionDirective
StageDirective(String key, SelectionDirective[] features)
          Creation of a new stage directive that associates a stage key with a set of selection constraints.
DependencyDirective(String key, SelectionDirective[] features)
          Creation of a new dependency directive.
 

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

Methods in org.apache.avalon.composition.data.builder that return SelectionDirective
protected  SelectionDirective XMLDeploymentProfileCreator.getSelectionDirective(Configuration config)
           
 



Copyright © Apache Software Foundation. All Rights Reserved.