This project has retired. For details please refer to its
Attic page.
org.apache.excalibur.source.impl.validity
Class AbstractAggregatedValidity
java.lang.Object
org.apache.excalibur.source.impl.validity.AbstractAggregatedValidity
- All Implemented Interfaces:
- java.io.Serializable, SourceValidity
- Direct Known Subclasses:
- AggregatedValidity, DeferredAggregatedValidity
- public abstract class AbstractAggregatedValidity
- extends java.lang.Object
- implements SourceValidity
The base class for the aggregation implementations
- Version:
- CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:17 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractAggregatedValidity
public AbstractAggregatedValidity()
add
public void add(SourceValidity validity)
toString
public java.lang.String toString()
getValidities
public java.util.List getValidities()
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.