Package org.apache.maven.shared.utils.io
Class WalkCollector
java.lang.Object
org.apache.maven.shared.utils.io.WalkCollector
- All Implemented Interfaces:
DirectoryWalkListener
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.The directory walking has finished.void
directoryWalkStarting
(File basedir) Deprecated.The directory walking has begun.void
directoryWalkStep
(int percentage, File file) Deprecated.The included entry that was encountered.
-
Constructor Details
-
WalkCollector
public WalkCollector()Deprecated.Create an instance.
-
-
Method Details
-
debug
Deprecated.- Specified by:
debug
in interfaceDirectoryWalkListener
- Parameters:
message
- the message for the debugging output
-
directoryWalkStarting
Deprecated.The directory walking has begun.- Specified by:
directoryWalkStarting
in interfaceDirectoryWalkListener
- Parameters:
basedir
- the basedir that walk started in
-
directoryWalkStep
Deprecated.The included entry that was encountered.- Specified by:
directoryWalkStep
in interfaceDirectoryWalkListener
- Parameters:
percentage
- rough percentage of the walk completed. (inaccurate)file
- the file that was included
-
directoryWalkFinished
public void directoryWalkFinished()Deprecated.The directory walking has finished.- Specified by:
directoryWalkFinished
in interfaceDirectoryWalkListener
-
java.nio.file.FileVisitor
and related classes