|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArchiverFactory | |
---|---|
hudson | |
hudson.util.io |
Uses of ArchiverFactory in hudson |
---|
Methods in hudson with parameters of type ArchiverFactory | |
---|---|
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)
|
Uses of ArchiverFactory in hudson.util.io |
---|
Fields in hudson.util.io declared as ArchiverFactory | |
---|---|
static ArchiverFactory |
ArchiverFactory.TAR
Uncompressed tar format. |
static ArchiverFactory |
ArchiverFactory.TARGZ
tar+gz |
static ArchiverFactory |
ArchiverFactory.ZIP
Zip format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |