Package | Description |
---|---|
hudson | |
hudson.util |
Other miscellaneous utility code
|
Modifier and Type | Class and Description |
---|---|
static class |
FilePath.ExplicitlySpecifiedDirScanner
Helper class to make it easy to send an explicit list of files using
FilePath methods. |
Modifier and Type | Method and Description |
---|---|
int |
FilePath.archive(ArchiverFactory factory,
OutputStream os,
DirScanner scanner)
Archives this directory into the specified archive format, to the given
OutputStream , by using
DirScanner to choose what files to include. |
int |
FilePath.copyRecursiveTo(DirScanner scanner,
FilePath target,
String description)
Copies files according to a specified scanner to a target node.
|
int |
FilePath.tar(OutputStream out,
DirScanner scanner)
Uses the given scanner on 'this' directory to list up files and then archive it to a tar stream.
|
int |
FilePath.zip(OutputStream out,
DirScanner scanner)
Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream.
|
Modifier and Type | Class and Description |
---|---|
static class |
DirScanner.Filter
Scans by filtering things out from
FileFilter . |
static class |
DirScanner.Full
Scans everything recursively.
|
static class |
DirScanner.Glob
Scans by using Ant GLOB syntax.
|
Copyright © 2016. All rights reserved.