org.codehaus.plexus.util
public interface DirectoryWalkListener
Version: $Id: DirectoryWalkListener.java 8010 2009-01-07 12:59:50Z vsiveton $
Method Summary | |
---|---|
void | debug(String message) |
void | directoryWalkFinished()
The directory walking has finished. |
void | directoryWalkStarting(File basedir)
The directory walking has begun.
|
void | directoryWalkStep(int percentage, File file)
The included entry that was encountered.
|
Parameters: basedir the basedir that walk started in.
Parameters: percentage rough percentage of the walk completed. (inaccurate) file the file that was included.