Package hudson.remoting
Class InitializeJarCacheMain
java.lang.Object
hudson.remoting.InitializeJarCacheMain
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 Summary
-
Method Summary
-
Constructor Details
-
InitializeJarCacheMain
public InitializeJarCacheMain()
-
-
Method Details
-
main
Requires 2 parameters:- The source jar directory.
- The jar cache directory.
- Throws:
Exception
-