Class InitializeJarCacheMain


  • public class InitializeJarCacheMain
    extends Object
    Takes a directory of jars and populates them into the given jar cache directory with the correct hash names.

    Ideally this class should exist outside hudson.remoting but unfortunately it needs access to package-private methods in hudson.remoting.

    Author:
    Akshay Dayal
    • Constructor Detail

      • InitializeJarCacheMain

        public InitializeJarCacheMain()
    • Method Detail

      • main

        public static void main​(String[] argv)
                         throws Exception
        Requires 2 parameters:
        1. The source jar directory.
        2. The jar cache directory.
        Throws:
        Exception