Liferay 7.0-ce-b4

com.liferay.portal.kernel.process
Class ClassPathUtil

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

@ProviderType
public class ClassPathUtil
extends Object


Constructor Summary
ClassPathUtil()
           
 
Method Summary
static Set<URL> getClassPathURLs(ClassLoader classLoader)
           
static URL[] getClassPathURLs(String classPath)
           
static String getGlobalClassPath()
           
static String getJVMClassPath(boolean includeBootClassPath)
           
static String getPortalClassPath()
           
static ProcessConfig getPortalProcessConfig()
           
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 Set<URL> getClassPathURLs(ClassLoader classLoader)

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()

getPortalProcessConfig

public static ProcessConfig getPortalProcessConfig()

initializeClassPaths

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

Liferay 7.0-ce-b4