Uses of Class
hudson.util.io.ArchiverFactory
-
Packages that use ArchiverFactory Package Description hudson hudson.util.io -
-
Uses of ArchiverFactory in hudson
Methods in hudson with parameters of type ArchiverFactory Modifier and Type Method Description int
FilePath. archive(ArchiverFactory factory, OutputStream os, DirScanner scanner)
Archives this directory into the specified archive format, to the givenOutputStream
, by usingDirScanner
to choose what files to include.int
FilePath. archive(ArchiverFactory factory, OutputStream os, DirScanner scanner, String verificationRoot, OpenOption... openOptions)
Archives this directory into the specified archive format, to the givenOutputStream
, by usingDirScanner
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 Modifier and Type Field Description static ArchiverFactory
ArchiverFactory. TAR
Uncompressed tar format.static ArchiverFactory
ArchiverFactory. TARGZ
tar+gzstatic ArchiverFactory
ArchiverFactory. ZIP
Zip format.Methods in hudson.util.io that return ArchiverFactory Modifier and Type Method Description static ArchiverFactory
ArchiverFactory. createZipWithPrefix(String prefix, OpenOption... openOptions)
Zip format, with prefix and optional OpenOptions.
-