Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.process
Class ClassPathUtil

java.lang.Object
  extended by com.liferay.portal.kernel.process.ClassPathUtil

public class ClassPathUtil
extends Object


Constructor Summary
ClassPathUtil()
           
 
Method Summary
static URL[] getClassPathURLs(String classPath)
           
static String getGlobalClassPath()
           
static String getJVMClassPath(boolean includeBootClassPath)
           
static String getPortalClassPath()
           
static void initializeClassPaths(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathUtil

public ClassPathUtil()
Method Detail

getClassPathURLs

public static URL[] getClassPathURLs(String classPath)
                              throws MalformedURLException
Throws:
MalformedURLException

getGlobalClassPath

public static String getGlobalClassPath()

getJVMClassPath

public static String getJVMClassPath(boolean includeBootClassPath)

getPortalClassPath

public static String getPortalClassPath()

initializeClassPaths

public static void initializeClassPaths(javax.servlet.ServletContext servletContext)

Liferay 6.1.2-ce-ga3