public class JarUtil
extends Object
| Constructor and Description |
|---|
JarUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
downloadAndInstallJar(URL url,
Path path,
String sha1) |
static void |
downloadAndInstallJar(URL url,
Path path,
URLClassLoader urlClassLoader,
String sha1) |
public static void downloadAndInstallJar(URL url,
Path path,
String sha1)
throws Exception
Exceptionpublic static void downloadAndInstallJar(URL url,
Path path,
URLClassLoader urlClassLoader,
String sha1)
throws Exception
Exception