Uses of Class
org.scijava.util.Manifest
-
Packages that use Manifest Package Description org.scijava.app org.scijava.util -
-
Uses of Manifest in org.scijava.app
Methods in org.scijava.app that return Manifest Modifier and Type Method Description ManifestAbstractApp. getManifest()ManifestApp. getManifest()Gets the manifest containing metadata about the application. -
Uses of Manifest in org.scijava.util
Methods in org.scijava.util that return Manifest Modifier and Type Method Description static ManifestManifest. getManifest(File jarFile)Gets the JAR manifest associated with the given JAR file.static ManifestManifest. getManifest(Class<?> c)Gets the JAR manifest associated with the given class.static ManifestManifest. getManifest(XML xml)Gets the JAR manifest associated with the given XML document.
-