Package io.github.qishr.cascara.common.util
Class JarManifest
java.lang.Object
io.github.qishr.cascara.common.util.JarManifest
public class JarManifest
Constructor Summary
| Constructor | Description |
|---|---|
| JarManifest() |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public static Properties | parse(String manifest) | Parses the content of a MANIFEST.MF file string, handles line continuations, and prints the resulting property names and values. |
Method Details
parse
public static Properties parse(String manifest)
Parses the content of a MANIFEST.MF file string, handles line continuations, and prints the resulting property names and values.
Parameters:
manifest - The string containing the MANIFEST.MF file content.