Uses of Class
jetbrains.buildServer.zip.ZipArchiveBuilder
-
Packages that use ZipArchiveBuilder Package Description jetbrains.buildServer.zip -
-
Uses of ZipArchiveBuilder in jetbrains.buildServer.zip
Methods in jetbrains.buildServer.zip that return ZipArchiveBuilder Modifier and Type Method Description ZipArchiveBuilder
ZipArchiveBuilder. addFileWithContent(String filePath, byte[] content)
ZipArchiveBuilder
ZipArchiveBuilder. addFileWithContent(String filePath, String content)
ZipArchiveBuilder
ZipArchiveBuilder. createArchive(File dir, String name)
static ZipArchiveBuilder
ZipArchiveBuilder. using(ZipFactory zipFactory)
-