org.apache.avalon.composition.info
Class NullDeliveryDescriptor

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

public class NullDeliveryDescriptor
extends DeliveryDescriptor

Descriptor used to mark a lifecycle artifact as non-deliverable. This is used in the special case of a component that is not itself context dependent, but is dependent on a lifecycle stage extension handler which is dependent on the component context.

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

Constructor Summary
NullDeliveryDescriptor(Class casting)
           
 
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

NullDeliveryDescriptor

public NullDeliveryDescriptor(Class casting)


Copyright © The Apache Software Foundation. All Rights Reserved.