Package io.papermc.paper.util
Class JarManifests
java.lang.Object
io.papermc.paper.util.JarManifests
Modified version of jcabi-manifests
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet map containing entries from all manifestsGet collection containing all META-INF/MANIFEST.MF streams
-
Field Details
-
JAR_MANIFESTS
-
MANIFEST_MAP
-
-
Method Details
-
getManifestStreams
Get collection containing all META-INF/MANIFEST.MF streams- Throws:
IOException
- if unable to get resources from classloader
-
getManifestMap
Get map containing entries from all manifests- Throws:
IOException
- if unable to get manifest streams
-