jar_overview
Summarize any Java archive to reveal its manifest, size, packages, class count, and source attachment status. Understand an unfamiliar jar without unzipping it.
Instructions
Summarize a Java archive: manifest, size, packages, class count, and whether sources are attached.
Start here when you meet an unfamiliar jar, instead of unzipping it or listing every entry.
Args:
jar: Path to a .jar/.war/.aar/.zip, an exploded classes directory, or a
nested archive such as app.jar!BOOT-INF/lib/dep-1.0.jar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jar | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |