Package hudson.util

Class DirScanner

java.lang.Object
hudson.util.DirScanner
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DirScanner.Full, DirScanner.Glob, FilePath.ExplicitlySpecifiedDirScanner

public abstract class DirScanner extends Object implements Serializable
Visits a directory and its contents and pass them to the FileVisitor. A DirScanner encapsulates the logic of how it filters files in the directory. It is also remotable.
Since:
1.343
See Also: