public class LinkTracker<N extends Nfs<?>,F extends NfsFile<N,F>>
extends java.lang.Object
This class tracks the process of resolving a symbolic link all the way to a
concrete file. It ensures that exceptions are thrown if the links form a
loop, or if there are too many links in the chain. Link trackers must be
passed so that monitoring is continued until the link resolves to a file that
is not a symbolic link.