|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DependencyDirective | |
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 DependencyDirective in org.apache.avalon.composition.data |
Methods in org.apache.avalon.composition.data that return DependencyDirective | |
DependencyDirective[] |
DeploymentProfile.getDependencyDirectives()
Return the dependency directives. |
DependencyDirective |
DeploymentProfile.getDependencyDirective(String key)
Return the dependency directive for a supplied key. |
Constructors in org.apache.avalon.composition.data with parameters of type DependencyDirective | |
DeploymentProfile(String name,
boolean activation,
int collection,
String classname,
CategoriesDirective categories,
ContextDirective context,
DependencyDirective[] dependencies,
StageDirective[] stages,
Parameters parameters,
Configuration config,
Mode mode)
|
Uses of DependencyDirective in org.apache.avalon.composition.data.builder |
Methods in org.apache.avalon.composition.data.builder that return DependencyDirective | |
protected DependencyDirective[] |
XMLDeploymentProfileCreator.getDependencyDirectives(Configuration config)
|
protected DependencyDirective |
XMLDeploymentProfileCreator.getDependencyDirective(Configuration config)
|
Uses of DependencyDirective in org.apache.avalon.composition.model.impl |
Constructors in org.apache.avalon.composition.model.impl with parameters of type DependencyDirective | |
DefaultDependencyModel(Logger logger,
String partition,
String name,
DependencyDescriptor descriptor,
DependencyDirective directive)
Creation of a new dependency model. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |