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

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

Fields in org.apache.avalon.composition.data declared as Mode
static Mode Mode.IMPLICIT
          Constant indicating that the profile was implicitly created.
static Mode Mode.PACKAGED
          Constant indicating that the profile was created based on a profile packaged with the type.
static Mode Mode.EXPLICIT
          Constant indicating that the profile was explicitly declared under an assembly directive.
 

Methods in org.apache.avalon.composition.data that return Mode
 Mode Profile.getMode()
          Returns the creation mode for this profile.
 

Methods in org.apache.avalon.composition.data with parameters of type Mode
 Profile[] ContainmentProfile.getProfiles(Mode mode)
          Return the set of nested profiles contained within this profile matching the supplied mode.
 

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

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

Methods in org.apache.avalon.composition.model that return Mode
 Mode Model.getMode()
          Return the mode of model establishment.
 

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

Methods in org.apache.avalon.composition.model.impl that return Mode
 Mode DefaultModel.getMode()
          Return the mode of establishment.
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type Mode
DefaultModel(Logger logger, String path, String name, Mode mode)
          Creation of an abstract model.
 



Copyright © Apache Software Foundation. All Rights Reserved.