Class JarInfo

  • All Implemented Interfaces:
    Comparable<JarInfo>

    public final class JarInfo
    extends Object
    implements Comparable<JarInfo>
    A JarInfo provides some informations about a JAR-file, including some meta-informations retrieved from META-INF/MANIFEST.MF.
    Author:
    Matthias Herlitzius
    • Method Detail

      • getFileName

        public String getFileName()
      • getApplicationName

        public String getApplicationName()
      • getLastModified

        public long getLastModified()
      • getVersion

        public Date getVersion()
      • getLength

        public long getLength()
      • getImplementationTitle

        public String getImplementationTitle()
      • getImplementationVersion

        public String getImplementationVersion()
      • getImplementationVendorId

        public String getImplementationVendorId()
      • getImplementationVendor

        public String getImplementationVendor()