public final class ClassServerManifestImpl extends Object implements ClassServerManifest
Constructor and Description |
---|
ClassServerManifestImpl(Set<FileHashDescriptor> jarsToRemove,
Set<JarDescriptor> jarsToAdd) |
Modifier and Type | Method and Description |
---|---|
Set<JarDescriptor> |
getJars() |
Set<FileHashDescriptor> |
getJarsToRemove() |
void |
write(ZipOutputStream zipOutputStream)
Writes the MANIFEST.DAT to the provided
ZipOutputStream |
public ClassServerManifestImpl(Set<FileHashDescriptor> jarsToRemove, Set<JarDescriptor> jarsToAdd)
public void write(@NotNull ZipOutputStream zipOutputStream) throws IOException
ZipOutputStream
write
in interface ClassServerManifest
zipOutputStream
- to write toIOException
- if an IO error occurs@NotNull public Set<FileHashDescriptor> getJarsToRemove()
getJarsToRemove
in interface ClassServerManifest
@NotNull public Set<JarDescriptor> getJars()
getJars
in interface ClassServerManifest
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.