public interface DirectoryWalkListener
DirectoryWalker.DirectoryWalker| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
void directoryWalkStarting(File basedir)
basedir - the basedir that walk started in.void directoryWalkStep(int percentage,
                     File file)
percentage - rough percentage of the walk completed. (inaccurate)file - the file that was included.void directoryWalkFinished()
void debug(String message)
Copyright © 2001–2017 Codehaus Plexus. All rights reserved.