Package hudson.util
Class DirScanner.Filter
java.lang.Object
hudson.util.DirScanner
hudson.util.DirScanner.Full
hudson.util.DirScanner.Filter
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DirScanner
Scans by filtering things out from
FileFilter
.
An initial basename is prepended as with DirScanner.Full
.
- 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
-
Filter
-
-
Method Details
-
scan
Description copied from class:DirScanner
Scans the given directory and pass files onto the given visitor.- Overrides:
scan
in classDirScanner.Full
- Throws:
IOException
-