org.codehaus.plexus.util

Interface DirectoryWalkListener

public interface DirectoryWalkListener

DirectoryWalkListener

Version: $Id: DirectoryWalkListener.java 8010 2009-01-07 12:59:50Z vsiveton $

Method Summary
voiddebug(String message)
voiddirectoryWalkFinished()
The directory walking has finished.
voiddirectoryWalkStarting(File basedir)
The directory walking has begun.
voiddirectoryWalkStep(int percentage, File file)
The included entry that was encountered.

Method Detail

debug

public void debug(String message)

directoryWalkFinished

public void directoryWalkFinished()
The directory walking has finished.

directoryWalkStarting

public void directoryWalkStarting(File basedir)
The directory walking has begun.

Parameters: basedir the basedir that walk started in.

directoryWalkStep

public void directoryWalkStep(int percentage, File file)
The included entry that was encountered.

Parameters: percentage rough percentage of the walk completed. (inaccurate) file the file that was included.

Copyright © 2001-2010 Codehaus. All Rights Reserved.