- java.lang.Object
-
- org.scijava.meta.Manifest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringarchiverVersion()StringbuildJdk()StringbuiltBy()StringcreatedBy()Stringget(String key)Map<Object,Object>getAll()StringimplementationBuild()StringimplementationDate()StringimplementationTitle()StringimplementationVendor()StringimplementationVendorId()StringimplementationVersion()static Manifestmanifest(File jarFile)Gets the JAR manifest associated with the given JAR file.static Manifestmanifest(Class<?> c)Gets the JAR manifest associated with the given class.static Manifestmanifest(XML xml)Gets the JAR manifest associated with the given XML document.StringmanifestVersion()Stringpackage_()StringspecificationTitle()StringspecificationVendor()StringspecificationVersion()Stringversion()
-
-
-
Method Detail
-
archiverVersion
public String archiverVersion()
-
buildJdk
public String buildJdk()
-
builtBy
public String builtBy()
-
createdBy
public String createdBy()
-
implementationBuild
public String implementationBuild()
-
implementationDate
public String implementationDate()
-
implementationTitle
public String implementationTitle()
-
implementationVendor
public String implementationVendor()
-
implementationVendorId
public String implementationVendorId()
-
implementationVersion
public String implementationVersion()
-
manifestVersion
public String manifestVersion()
-
package_
public String package_()
-
specificationTitle
public String specificationTitle()
-
specificationVendor
public String specificationVendor()
-
specificationVersion
public String specificationVersion()
-
manifest
public static Manifest manifest(Class<?> c)
Gets the JAR manifest associated with the given class.
-
manifest
public static Manifest manifest(XML xml) throws IOException
Gets the JAR manifest associated with the given XML document. Assumes the XML document was loaded as a resource from inside a JAR.- Throws:
IOException
-
manifest
public static Manifest manifest(File jarFile) throws IOException
Gets the JAR manifest associated with the given JAR file.- Throws:
IOException
-
-