Liferay 6.2-ce-ga5

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
protected static void addJarFileToClassLoader(File file)
           
static void downloadAndInstallJar(boolean globalClassPath, String url, String name, ProgressTracker progressTracker)
           
static void installJar(boolean globalClassPath, String name)
           
protected static void installJar(byte[] bytes, boolean globalClassPath, String name)
           
protected static void setProgressStatus(ProgressTracker progressTracker, int status)
           
 
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(boolean globalClassPath,
                                         String url,
                                         String name,
                                         ProgressTracker progressTracker)
                                  throws Exception
Throws:
Exception

installJar

public static void installJar(boolean globalClassPath,
                              String name)
                       throws Exception
Throws:
Exception

addJarFileToClassLoader

protected static void addJarFileToClassLoader(File file)
                                       throws Exception
Throws:
Exception

installJar

protected static void installJar(byte[] bytes,
                                 boolean globalClassPath,
                                 String name)
                          throws Exception
Throws:
Exception

setProgressStatus

protected static void setProgressStatus(ProgressTracker progressTracker,
                                        int status)

Liferay 6.2-ce-ga5