Class CalcClassPathJarsMd5

java.lang.Object
org.vanted.updater.CalcClassPathJarsMd5

public class CalcClassPathJarsMd5
extends Object
Calculates all MD5 sums for all the jars found on the classpath of the ClassLoader for VANTED, as provided by the bootstrap. This is used for the update mechanism to compare the MD5s of remote libraries and copy them if they differ in their MD5s.
Author:
matthiak, Dimitar Garkov
Recent revisions:
2.7.1
  • Constructor Details

    • CalcClassPathJarsMd5

      public CalcClassPathJarsMd5()
  • Method Details

    • getJarMd5Pairs

      public static List<Pair<String,​String>> getJarMd5Pairs()
      Returns:
      a list with pairs of jar paths and MD5s.