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