@Internal
public interface ClassServerManifest
Modifier and Type | Method and Description |
---|---|
Set<JarDescriptor> |
getJars() |
Set<FileHashDescriptor> |
getJarsToRemove() |
void |
write(ZipOutputStream zipOutputStream)
Writes the MANIFEST.DAT entry to the given
ZipOutputStream |
void write(@NotNull ZipOutputStream zipOutputStream) throws IOException
ZipOutputStream
zipOutputStream
- to write the MANIFEST.DAT entry toIOException
- if an error occurs while writing MANIFEST.DAT@NotNull Set<JarDescriptor> getJars()
@NotNull Set<FileHashDescriptor> getJarsToRemove()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.