Package org.omegahat.Environment.Tools.FileLocator

Facilities for locating files from a collection of directories, archives, remote servers, etc.

See:
          Description

Interface Summary
FileLocatorInt Interface that provides a simple abstraction of a mechanism for locating files, allowing it to support directories, archives, HTTP servers, etc.
 

Class Summary
DynamicFileFilter A simple file name filter that is intended to be used as semi-static object whose filtering rules are modified as needed by each use to identify a single file/directory.
FileLocator Searches for files in directories specified by the "owner" of the object allowing one to avoid hard-coded paths for files and directories.
 

Package org.omegahat.Environment.Tools.FileLocator Description

Facilities for locating files from a collection of directories, archives, remote servers, etc. and with different extension names.