Package hudson.util
Class DirScanner.Full
java.lang.Object
hudson.util.DirScanner
hudson.util.DirScanner.Full
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DirScanner.Filter
- Enclosing class:
- DirScanner
Scans everything recursively.
Note that all file paths are prefixed by the name of the root directory.
For example, when scanning a directory /tmp/dir
containing a file file
,
the relativePath
sent to the FileVisitor
will be dir/file
.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.util.DirScanner
DirScanner.Filter, DirScanner.Full, DirScanner.Glob
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
scan
(File dir, FileVisitor visitor) Scans the given directory and pass files onto the given visitor.Methods inherited from class hudson.util.DirScanner
scanSingle
-
Constructor Details
-
Full
public Full()
-
-
Method Details
-
scan
Description copied from class:DirScanner
Scans the given directory and pass files onto the given visitor.- Specified by:
scan
in classDirScanner
- Throws:
IOException
-