Package org.extex.resource

This package contains some classes and interfaces for dealing with searching for resources like files.

See:
          Description

Interface Summary
EnvironmentAware This interface descries the ability to receive an environment.
InteractionAware This interface describes a class which is able to receive an interaction provider.
InteractionIndicator This interface describes a class which can be asked to provide the current interaction mode..
PropertyAware This interface describes the possibility to take properties for configuration.
RecursiveFinder This interface describes the capability to act as a recursive finder.
ResourceAware This interface descries the ability to receive a RsourceFinder.
ResourceFinder This interface describes a class which is able to find files or other resources of different kinds for reading.
 

Class Summary
AbstractFinder This the abstract base class to provide the infrastructure for resource finders.
ClasspathArchiveFinder This resource finder utilizes the Java class finder to search in the class path for index files and resolve a resource via those.
ClasspathFinder This resource finder utilizes the Java class finder to search in the class path.
FileFinder This file finder searches for the file in different directories and with several extensions.
FileFinderRPath This file finder search recursively in a directory.
LsrFinder This resource finder searches a file in a ls-R file database as present in a texmf tree.
ResourceFinderFactory This class provides a factory for ResourceFinders.
ResourceFinderList This class provides a means to combine several resource finders to be queried as one.
 

Package org.extex.resource Description

This package contains some classes and interfaces for dealing with searching for resources like files.