org.apache.avalon.composition.info
Class StagedDeliveryDescriptor

java.lang.Object
  extended byorg.apache.avalon.composition.info.DeliveryDescriptor
      extended byorg.apache.avalon.composition.info.StagedDeliveryDescriptor

public class StagedDeliveryDescriptor
extends DeliveryDescriptor

Descriptor used to mark a lifecycle artifact handler a using a injection by constructor delivery strategy.

Version:
$Revision: 1.1 $ $Date: 2004/03/13 23:26:58 $
Author:
Avalon Development Team

Constructor Summary
StagedDeliveryDescriptor(Class casting, Class delivery)
           
 
Method Summary
 Class getDeliveryInterfaceClass()
           
 
Methods inherited from class org.apache.avalon.composition.info.DeliveryDescriptor
getCastingInterfaceClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StagedDeliveryDescriptor

public StagedDeliveryDescriptor(Class casting,
                                Class delivery)
Method Detail

getDeliveryInterfaceClass

public Class getDeliveryInterfaceClass()


Copyright © The Apache Software Foundation. All Rights Reserved.