Package org.xipki.apppackage
Class PackageInfoBuilder
java.lang.Object
org.xipki.apppackage.PackageInfoBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddZipEntry(byte[] bytes, String name, File targetDir) voidaddZipFile(ZipFileInfo zipFileInfo) build()
-
Constructor Details
-
PackageInfoBuilder
-
-
Method Details
-
addFolder
-
addZipFile
-
addFile
public void addFile(byte[] bytes, long lastModified, Path relativePath, Integer intPermission, File targetDir) throws IOException - Throws:
IOException
-
addZipEntry
- Throws:
IOException
-
build
-