Represents a <class> element.
Buildfile example:
<class name="com.riggshill.ant.genjar.GenJar"/>
<class name="com.riggshill.xml.Editor" bean="yes"/>
When the <class> element is encountered, a new ClassSpec is instantiated to represent that
element. The class is used hold the class' name and manifest information.
The resolve() method is implemented to determine which classes this class is
dependant upon. A list of these classes is held for later inclusion into the jar.
author: Original Code: John W. Kohler author: Jesse Stockall version: $Revision: 1.5 $ $Date: 2003/03/06 01:22:00 $ |