Liferay 7.0-ga1 portal-impl

com.liferay.portal.util
Class JarUtil

java.lang.Object
  extended by com.liferay.portal.util.JarUtil

public class JarUtil
extends Object


Constructor Summary
JarUtil()
           
 
Method Summary
static java.nio.file.Path downloadAndInstallJar(URL url, String libPath, String name)
           
static void downloadAndInstallJar(URL url, String libPath, String name, URLClassLoader urlClassLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarUtil

public JarUtil()
Method Detail

downloadAndInstallJar

public static java.nio.file.Path downloadAndInstallJar(URL url,
                                                       String libPath,
                                                       String name)
                                                throws Exception
Throws:
Exception

downloadAndInstallJar

public static void downloadAndInstallJar(URL url,
                                         String libPath,
                                         String name,
                                         URLClassLoader urlClassLoader)
                                  throws Exception
Throws:
Exception

Liferay 7.0-ga1 portal-impl