Interface ClassServerManifest
- All Known Implementing Classes:
ClassServerManifestImpl
@Internal
public interface ClassServerManifest
Provides a description of what the classpath contains and what should be removed on the agent
- Since:
- 3.3
-
Method Summary
Modifier and TypeMethodDescription@NotNull Set<JarDescriptor>
getJars()
@NotNull Set<FileHashDescriptor>
void
write
(@NotNull ZipOutputStream zipOutputStream) Writes the MANIFEST.DAT entry to the givenZipOutputStream
-
Method Details
-
write
Writes the MANIFEST.DAT entry to the givenZipOutputStream
- Parameters:
zipOutputStream
- to write the MANIFEST.DAT entry to- Throws:
IOException
- if an error occurs while writing MANIFEST.DAT
-
getJars
- Returns:
- jars to be transferred to agent
-
getJarsToRemove
- Returns:
- jars to be removed on agent
-