Package | Description |
---|---|
org.scijava.app | |
org.scijava.util |
Modifier and Type | Method and Description |
---|---|
Manifest |
AbstractApp.getManifest() |
Manifest |
App.getManifest()
Gets the manifest containing metadata about the application.
|
Modifier and Type | Method and Description |
---|---|
static Manifest |
Manifest.getManifest(Class<?> c)
Gets the JAR manifest associated with the given class.
|
static Manifest |
Manifest.getManifest(File jarFile)
Gets the JAR manifest associated with the given JAR file.
|
static Manifest |
Manifest.getManifest(XML xml)
Gets the JAR manifest associated with the given XML document.
|
Copyright © 2009–2023 SciJava. All rights reserved.