Represents a jar file in the classpath.
When a Jar file is located in the classpath, a JarResolver is instantiated that remembers the
path and performs searches in that jar. This class is used primarily to allow easy association of
the jar file with the jar entry's attributes.
When a file is resolved from a JarEntrySpec, Attributes are added for the jar file and last
modification time.
TODO: copy all entry-attributes from the source jar into our manifest
author: Original Code: John W. Kohler author: Jesse Stockall version: $Revision: 1.2 $ $Date: 2003/02/23 10:06:10 $ |