This class is instantiated when Ant encounters the <genjar> element.
author: Original Code: John W. Kohler author: Jesse Stockall version: $Revision: 1.11 $ $Date: 2003/03/06 01:22:00 $
Generates a list of classes upon which the named class is dependant.
Parameters: classes - A List into which the class names are placed Parameters: classFileName - Description of the Parameter throws: IOException - Description of the Exception
Generates a list of all classes upon which the list of classes depend.
Parameters: entries - List of JarEntrySpecs used as a list of class names fromwhich to start. exception: IOException - If there's an error reading a class file
Description of the Method
Parameters: spec - Description of the Parameter Description of the Return Value throws: IOException - Description of the Exception
Resolves a partial file name against the classpath elements
Parameters: cname - Description of the Parameter An InputStream open on the named file or null throws: IOException - Description of the Exception