classUtils.resolver.util
Class WalkObserverImpl

java.lang.Object
  extended by classUtils.resolver.util.WalkObserverImpl
All Implemented Interfaces:
WalkObserver

public class WalkObserverImpl
extends java.lang.Object
implements WalkObserver

Version:
2.0 http://home.attbi.com/~doug.tillman/index.html Provides callback functionality as the directory tree is walked in the JarGui class' walk() method.
Author:
Douglas Tillman, VTE Consulting, 12/2002

Constructor Summary
WalkObserverImpl(Auditor auditor)
           
 
Method Summary
 void at(java.io.File root, int indentLevel)
          The WalkObserver entrypoint.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WalkObserverImpl

public WalkObserverImpl(Auditor auditor)
Method Detail

at

public void at(java.io.File root,
               int indentLevel)
Description copied from interface: WalkObserver
The WalkObserver entrypoint. Shows each file in a tree traversal.

Specified by:
at in interface WalkObserver
Parameters:
root - - the current File object being examined
indentLevel - - the level of indentation in the file system directory tree.