public class JarUtil
extends Object
| Constructor and Description |
|---|
JarUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
downloadAndInstallJar(URL url,
Path path) |
static void |
downloadAndInstallJar(URL url,
Path path,
URLClassLoader urlClassLoader) |
static Path |
downloadAndInstallJar(URL url,
String libPath,
String name)
Deprecated.
As of Athanasius (7.3.x), replaced by
downloadAndInstallJar(URL, Path) |
static void |
downloadAndInstallJar(URL url,
String libPath,
String name,
URLClassLoader urlClassLoader)
Deprecated.
As of Athanasius (7.3.x), replaced by
downloadAndInstallJar(URL, Path, URLClassLoader) |
public static void downloadAndInstallJar(URL url,
Path path)
throws Exception
Exceptionpublic static void downloadAndInstallJar(URL url,
Path path,
URLClassLoader urlClassLoader)
throws Exception
Exception@Deprecated
public static Path downloadAndInstallJar(URL url,
String libPath,
String name)
throws Exception
downloadAndInstallJar(URL, Path)Exception@Deprecated
public static void downloadAndInstallJar(URL url,
String libPath,
String name,
URLClassLoader urlClassLoader)
throws Exception
downloadAndInstallJar(URL, Path, URLClassLoader)Exception