public final class JarInfo extends Object implements Comparable<JarInfo>
JarInfo
provides some informations about a JAR-file, including some meta-informations retrieved from
META-INF/MANIFEST.MF
.Modifier and Type | Class and Description |
---|---|
static class |
JarInfo.JarInfoBuilder |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(JarInfo other) |
String |
getApplicationName() |
String |
getFileName() |
String |
getImplementationTitle() |
String |
getImplementationVendor() |
String |
getImplementationVendorId() |
String |
getImplementationVersion() |
long |
getLastModified() |
long |
getLength() |
Date |
getVersion() |
String |
toString() |
public String getFileName()
public String getApplicationName()
public long getLastModified()
public Date getVersion()
public long getLength()
public String getImplementationTitle()
public String getImplementationVersion()
public String getImplementationVendorId()
public String getImplementationVendor()
public int compareTo(JarInfo other)
compareTo
in interface Comparable<JarInfo>
Copyright © 2011–2017 aiticon GmbH. All rights reserved.