org.apache.forrest.yer.libre.AttributeReader
specifies the contract for specific implentations of Classes that can read out specific (as coded into the implementation) information from org.apache.forrest.yer.hierarchy.Entry
objects. Typically these AttributeReaders will call the getUserObject()
or the getUserXMLStream()
on the passed Entry first and retrieve the desired information from those. Because this tie in to specific Entry implementations, one will typically find specific attributeReader implementatiosn close to those Entry implementations.
@author $Author: jefft $
@version CVS $Id: AttributeReader.java,v 1.3 2002/11/05 05:52:40 jefft Exp $
|
|
|
|