Package | Description |
---|---|
hudson | |
hudson.util.io |
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.archive(ArchiverFactory factory,
OutputStream os,
FileFilter filter) |
int |
FilePath.archive(ArchiverFactory factory,
OutputStream os,
String glob) |
Modifier and Type | Field and Description |
---|---|
static ArchiverFactory |
ArchiverFactory.TAR
Uncompressed tar format.
|
static ArchiverFactory |
ArchiverFactory.TARGZ
tar+gz
|
static ArchiverFactory |
ArchiverFactory.ZIP
Zip format.
|
Copyright © 2019. All rights reserved.