Other miscellaneous utility code
-
static final class
Helper class to make it easy to send an explicit list of files using
FilePath
methods.
int
Archives this directory into the specified archive format, to the given
OutputStream
, by using
DirScanner
to choose what files to include.
int
Archives this directory into the specified archive format, to the given
OutputStream
, by using
DirScanner
to choose what files to include.
int
Copies files according to a specified scanner to a target node.
int
Copies files according to a specified scanner to a target node.
int
Uses the given scanner on 'this' directory to list up files and then archive it to a tar stream.
int
Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream.
int
Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream.
-
static class
static class
Scans everything recursively.
static class
Scans by using Ant GLOB syntax.