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.
|
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()
Copyright © 2009–2015 SciJava. All rights reserved.