Liferay 7.0-ce-b4

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 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 void downloadAndInstallJar(URL url,
                                         String libPath,
                                         String name,
                                         URLClassLoader urlClassLoader)
                                  throws Exception
Throws:
Exception

Liferay 7.0-ce-b4