org.apache.avalon.composition.info
Class DeliveryDescriptor

java.lang.Object
  extended byorg.apache.avalon.composition.info.DeliveryDescriptor
Direct Known Subclasses:
InjectorDeliveryDescriptor, NativeDeliveryDescriptor, NullDeliveryDescriptor, StagedDeliveryDescriptor

public abstract class DeliveryDescriptor
extends Object

Abstract base class for a descriptor of a lifecycle artifact delivery strategy.

Version:
$Revision: 1.1.1.2 $ $Date: 2004/05/19 09:30:16 $
Author:
Avalon Development Team

Constructor Summary
DeliveryDescriptor(Class casting)
           
 
Method Summary
 Class getCastingInterfaceClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryDescriptor

public DeliveryDescriptor(Class casting)
Method Detail

getCastingInterfaceClass

public Class getCastingInterfaceClass()


Copyright © The Apache Software Foundation. All Rights Reserved.