Uses of Class
org.apache.avalon.composition.info.DeliveryDescriptor

Packages that use DeliveryDescriptor
org.apache.avalon.composition.info The info a series of descriptors dealing with lifecycle artifact delivery semantics. 
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 DeliveryDescriptor in org.apache.avalon.composition.info
 

Subclasses of DeliveryDescriptor in org.apache.avalon.composition.info
 class InjectorDeliveryDescriptor
          Descriptor used to mark a lifecycle artifact handler a using a injection by constructor delivery strategy.
 class NativeDeliveryDescriptor
          Descriptor used to mark a lifecycle artifact handler a using a injection by constructor delivery strategy.
 class NullDeliveryDescriptor
          Descriptor used to mark a lifecycle artifact as non-deliverable.
 class StagedDeliveryDescriptor
          Descriptor used to mark a lifecycle artifact handler a using a injection by constructor delivery strategy.
 

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

Methods in org.apache.avalon.composition.model that return DeliveryDescriptor
 DeliveryDescriptor ContextModel.getDeliveryDescriptor()
          Return the delivery descriptor.
 

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

Methods in org.apache.avalon.composition.model.impl that return DeliveryDescriptor
 DeliveryDescriptor DefaultContextModel.getDeliveryDescriptor()
          Return the delivery descriptor.
 



Copyright © The Apache Software Foundation. All Rights Reserved.