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
ZipOutputStreamwrite in interface ClassServerManifestzipOutputStream - 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 ClassServerManifestCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.