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.merlin.kernel The kernel package defines a top-level Kernel interfaces.  
org.apache.avalon.merlin.kernel.impl The kernel package defines a top level Kernel implementation that serves as a host to a set of blocks.  
 

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, ResourceDirective resource, TargetDirective[] targets)
          Creation of a new resource directive.
 

Uses of TargetDirective in org.apache.avalon.merlin.kernel
 

Methods in org.apache.avalon.merlin.kernel that return TargetDirective
 TargetDirective[] KernelContext.getTargetDirectives()
          Return the set of target overrides.
 

Uses of TargetDirective in org.apache.avalon.merlin.kernel.impl
 

Methods in org.apache.avalon.merlin.kernel.impl that return TargetDirective
 TargetDirective[] DefaultKernelContext.getTargetDirectives()
          Return the set of target overrides.
 



Copyright © Apache Software Foundation. All Rights Reserved.