org.apache.maven.shared.utils.io
Class WalkCollector
java.lang.Object
  
org.apache.maven.shared.utils.io.WalkCollector
- All Implemented Interfaces: 
 - DirectoryWalkListener
 
public class WalkCollector
- extends Object
- implements DirectoryWalkListener
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WalkCollector
public WalkCollector()
debug
public void debug(String message)
- Specified by:
 debug in interface DirectoryWalkListener
 
 
directoryWalkStarting
public void directoryWalkStarting(File basedir)
- Description copied from interface: 
DirectoryWalkListener 
- The directory walking has begun.
- Specified by:
 directoryWalkStarting in interface DirectoryWalkListener
 
- Parameters:
 basedir - the basedir that walk started in.
 
 
directoryWalkStep
public void directoryWalkStep(int percentage,
                              File file)
- Description copied from interface: 
DirectoryWalkListener 
- The included entry that was encountered.
- Specified by:
 directoryWalkStep in interface DirectoryWalkListener
 
- Parameters:
 percentage - rough percentage of the walk completed. (inaccurate)file - the file that was included.
 
 
directoryWalkFinished
public void directoryWalkFinished()
- Description copied from interface: 
DirectoryWalkListener 
- The directory walking has finished.
- Specified by:
 directoryWalkFinished in interface DirectoryWalkListener
 
 
 
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.