Uses of Class
org.scijava.meta.Manifest
-
-
Uses of Manifest in org.scijava.meta
Methods in org.scijava.meta that return Manifest Modifier and Type Method Description static ManifestManifest. manifest(File jarFile)Gets the JAR manifest associated with the given JAR file.static ManifestManifest. manifest(Class<?> c)Gets the JAR manifest associated with the given class.static ManifestManifest. manifest(XML xml)Gets the JAR manifest associated with the given XML document.
-