Package org.kiwiproject.beta.base.jar
Class JarManifests
java.lang.Object
org.kiwiproject.beta.base.jar.JarManifests
Static utilities related to JAR manifests.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetMainAttributesAsMap(Manifest manifest) getMainAttributesAsMapOrThrow(Class<?> theClass) getMainAttributeValue(Class<?> theClass, String name) getMainAttributeValue(Manifest manifest, String name) static StringgetMainAttributeValueOrThrow(Class<?> theClass, String name) getManifest(Class<?> theClass) getManifest(URI jarFileURI) static ManifestgetManifestOrThrow(Class<?> theClass)
-
Method Details
-
getMainAttributeValueOrThrow
-
getMainAttributeValue
-
getMainAttributeValue
-
getMainAttributesAsMapOrThrow
-
getMainAttributesAsMap
-
getManifestOrThrow
-
getManifest
-
getManifest
-