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