Package | Description |
---|---|
org.scijava.app | |
org.scijava.plugins.commands.debug | |
org.scijava.util |
Modifier and Type | Method and Description |
---|---|
Manifest |
App.getManifest()
Gets the manifest containing metadata about the application.
|
Manifest |
AbstractApp.getManifest() |
Modifier and Type | Method and Description |
---|---|
static String |
SystemInformation.getManifestData(Manifest manifest) |
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 © 2015–2022 SciJava. All rights reserved.