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

Packages that use ContextDirective
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 ContextDirective in org.apache.avalon.composition.data
 

Methods in org.apache.avalon.composition.data that return ContextDirective
 ContextDirective ComponentProfile.getContext()
          Return the context directive for the profile.
 

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

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

Methods in org.apache.avalon.composition.data.builder that return ContextDirective
 ContextDirective XMLComponentProfileCreator.getContextDirective(Configuration config)
          Utility method to create a new context directive.
 

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

Constructors in org.apache.avalon.composition.model.impl with parameters of type ContextDirective
DefaultContextModel(Logger logger, ContextDescriptor descriptor, ContextDirective directive, ComponentContext context)
          Default implementation of the context model.
 



Copyright © The Apache Software Foundation. All Rights Reserved.