Package hudson
Class FilePath.ExplicitlySpecifiedDirScanner
java.lang.Object
hudson.util.DirScanner
hudson.FilePath.ExplicitlySpecifiedDirScanner
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FilePath
Helper class to make it easy to send an explicit list of files using 
FilePath methods.- Since:
- 1.532
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.util.DirScannerDirScanner.Filter, DirScanner.Full, DirScanner.Glob
- 
Constructor SummaryConstructorsConstructorDescriptionExplicitlySpecifiedDirScanner(Map<String, String> files) Create a “scanner” (it actually does no scanning).
- 
Method SummaryModifier and TypeMethodDescriptionvoidscan(File dir, FileVisitor visitor) Scans the given directory and pass files onto the given visitor.Methods inherited from class hudson.util.DirScannerscanSingle
- 
Constructor Details- 
ExplicitlySpecifiedDirScannerCreate a “scanner” (it actually does no scanning).- Parameters:
- files- a map from logical relative paths as per- FileVisitor.visit(java.io.File, java.lang.String), to actual relative paths within the scanned directory
 
 
- 
- 
Method Details- 
scanDescription copied from class:DirScannerScans the given directory and pass files onto the given visitor.- Specified by:
- scanin class- DirScanner
- Throws:
- IOException
 
 
-