org.extex.resource
Interface RecursiveFinder

All Known Implementing Classes:
ResourceFinderImpl, ResourceFinderList

public interface RecursiveFinder

This interface describes the capability to act as a recursive finder. In this case it is necessary to restart the search process for a modified input name. This is done by delegating the request to the parent finder.

Version:
$Revision: 6802 $
Author:
Gerd Neugebauer

Method Summary
 void setParent(ResourceFinder parent)
          Setter for the parent finder.
 

Method Detail

setParent

void setParent(ResourceFinder parent)
Setter for the parent finder.

Parameters:
parent - the parent finder