Uses of Class
hudson.util.DirScanner
Packages that use DirScanner
-
Uses of DirScanner in hudson
Subclasses of DirScanner in hudsonModifier and TypeClassDescriptionstatic final classHelper class to make it easy to send an explicit list of files usingFilePathmethods.Methods in hudson with parameters of type DirScannerModifier and TypeMethodDescriptionintFilePath.archive(ArchiverFactory factory, OutputStream os, DirScanner scanner) Archives this directory into the specified archive format, to the givenOutputStream, by usingDirScannerto choose what files to include.intFilePath.archive(ArchiverFactory factory, OutputStream os, DirScanner scanner, String verificationRoot, OpenOption... openOptions) Archives this directory into the specified archive format, to the givenOutputStream, by usingDirScannerto choose what files to include.intFilePath.copyRecursiveTo(DirScanner scanner, FilePath target, String description) Copies files according to a specified scanner to a target node.intFilePath.copyRecursiveTo(DirScanner scanner, FilePath target, String description, FilePath.TarCompression compression) Copies files according to a specified scanner to a target node.intFilePath.tar(OutputStream out, DirScanner scanner) Uses the given scanner on 'this' directory to list up files and then archive it to a tar stream.intFilePath.zip(OutputStream out, DirScanner scanner) Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream.intFilePath.zip(OutputStream out, DirScanner scanner, String verificationRoot, String prefix, OpenOption... openOptions) Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream. -
Uses of DirScanner in hudson.util
Subclasses of DirScanner in hudson.utilModifier and TypeClassDescriptionstatic classScans by filtering things out fromFileFilter.static classScans everything recursively.static classScans by using Ant GLOB syntax.