Uses of Class
hudson.util.io.ArchiverFactory
Packages that use ArchiverFactory
-
Uses of ArchiverFactory in hudson
Methods in hudson with parameters of type ArchiverFactoryModifier and TypeMethodDescriptionintFilePath.archive(ArchiverFactory factory, OutputStream os, DirScanner scanner) Archives this directory into the specified archive format, to the givenOutputStream, by usingDirScannerto choose what files to include.intFilePath.archive(ArchiverFactory factory, OutputStream os, DirScanner scanner, String verificationRoot, OpenOption... openOptions) Archives this directory into the specified archive format, to the givenOutputStream, by usingDirScannerto choose what files to include.intFilePath.archive(ArchiverFactory factory, OutputStream os, FileFilter filter) intFilePath.archive(ArchiverFactory factory, OutputStream os, String glob) -
Uses of ArchiverFactory in hudson.util.io
Fields in hudson.util.io declared as ArchiverFactoryModifier and TypeFieldDescriptionstatic ArchiverFactoryArchiverFactory.TARUncompressed tar format.static ArchiverFactoryArchiverFactory.TARGZtar+gzstatic ArchiverFactoryArchiverFactory.ZIPZip format.Methods in hudson.util.io that return ArchiverFactoryModifier and TypeMethodDescriptionstatic ArchiverFactoryArchiverFactory.createZipWithPrefix(String prefix, OpenOption... openOptions) Zip format, with prefix and optional OpenOptions.