public class Manifest extends Object
Modifier and Type | Method and Description |
---|---|
String |
get(String key) |
Map<Object,Object> |
getAll() |
String |
getArchiverVersion() |
String |
getBuildJdk() |
String |
getBuiltBy() |
String |
getCreatedBy() |
String |
getImplementationBuild() |
String |
getImplementationDate() |
String |
getImplementationTitle() |
String |
getImplementationVendor() |
String |
getImplementationVendorId() |
String |
getImplementationVersion() |
static Manifest |
getManifest(Class<?> c)
Gets the JAR manifest associated with the given class.
|
static Manifest |
getManifest(File jarFile)
Gets the JAR manifest associated with the given JAR file.
|
static Manifest |
getManifest(XML xml)
Gets the JAR manifest associated with the given XML document.
|
String |
getManifestVersion() |
String |
getPackage() |
String |
getSpecificationTitle() |
String |
getSpecificationVendor() |
String |
getSpecificationVersion() |
public String getArchiverVersion()
public String getBuildJdk()
public String getBuiltBy()
public String getCreatedBy()
public String getImplementationBuild()
public String getImplementationDate()
public String getImplementationTitle()
public String getImplementationVendor()
public String getImplementationVendorId()
public String getImplementationVersion()
public String getManifestVersion()
public String getPackage()
public String getSpecificationTitle()
public String getSpecificationVendor()
public String getSpecificationVersion()
public static Manifest getManifest(Class<?> c)
public static Manifest getManifest(XML xml) throws IOException
IOException
public static Manifest getManifest(File jarFile) throws IOException
IOException
Copyright © 2009–2016 SciJava. All rights reserved.