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 ZipArchiveBuilderZipArchiveBuilder. addFileWithContent(String filePath, byte[] content)ZipArchiveBuilderZipArchiveBuilder. addFileWithContent(String filePath, String content)ZipArchiveBuilderZipArchiveBuilder. createArchive(File dir, String name)static ZipArchiveBuilderZipArchiveBuilder. using(ZipFactory zipFactory)
-