Class Utils.JarInfo

java.lang.Object
de.uni_hildesheim.sse.easy.loader.framework.Utils.JarInfo
Enclosing class:
Utils

private static class Utils.JarInfo extends Object
An internal data structure for storing information about a JAR Manifest file.
Author:
Holger Eichelberger
  • Field Details

    • version

      private Version version
    • jar

      private File jar
  • Constructor Details

    • JarInfo

      JarInfo(Version version, File jar)
      Creates a new instance.
      Parameters:
      version - the Bundle version of jar
      jar - the jar file