|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.apache.avalon.composition.provider |
The runtime package contains interfaces used by a runtime layer. |
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 |
DeploymentProfile.getMode()
Returns the creation mode for this profile. |
Methods in org.apache.avalon.composition.data with parameters of type Mode | |
DeploymentProfile[] |
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 | |
DeploymentProfile(String name,
int activation,
Mode mode,
CategoriesDirective categories)
|
|
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 Mode in org.apache.avalon.composition.model |
Methods in org.apache.avalon.composition.model that return Mode | |
Mode |
DeploymentModel.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 |
DefaultDeploymentModel.getMode()
Return the mode of establishment. |
Mode |
DefaultDeploymentContext.getMode()
Return the mode of establishment. |
Constructors in org.apache.avalon.composition.model.impl with parameters of type Mode | |
DefaultDeploymentContext(Logger logger,
SystemContext system,
String partition,
String name,
Mode mode,
DeploymentProfile profile,
DependencyGraph graph)
Creation of a new deployment context. |
Uses of Mode in org.apache.avalon.composition.provider |
Methods in org.apache.avalon.composition.provider that return Mode | |
Mode |
DeploymentContext.getMode()
Return the mode of establishment. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |