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

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

Methods in org.apache.avalon.composition.data that return TargetDirective
 TargetDirective[] Targets.getTargets()
          Return all targets.
 TargetDirective Targets.getTarget(String path)
          Return a matching target.
 TargetDirective[] BlockCompositionDirective.getTargetDirectives()
          Return the relative targets.
 

Constructors in org.apache.avalon.composition.data with parameters of type TargetDirective
Targets(TargetDirective[] targets)
          Create a new Targets instance.
BlockCompositionDirective(String name, Artifact artifact, TargetDirective[] targets)
          Creation of a new resource directive.
 

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

Methods in org.apache.avalon.composition.model with parameters of type TargetDirective
 void ContainmentModel.applyTargets(TargetDirective[] targets)
          Apply a set of override targets.
 

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

Methods in org.apache.avalon.composition.model.impl with parameters of type TargetDirective
 void DefaultContainmentModel.applyTargets(TargetDirective[] targets)
          Apply a set of override targets.
 



Copyright © The Apache Software Foundation. All Rights Reserved.