ClassPathUtil
and PortalClassPathUtil
@Deprecated
@ProviderType
public class ClassPathUtil
extends Object
Constructor and Description |
---|
ClassPathUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
buildClassPath(Class<?>... classes)
Deprecated.
|
static Set<URL> |
getClassPathURLs(ClassLoader classLoader)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
static URL[] |
getClassPathURLs(String classPath)
Deprecated.
As of Judson (7.1.x), replaced by
ClassPathUtil#getClassPathURLs(String) |
static String |
getGlobalClassPath()
Deprecated.
|
static String |
getJVMClassPath(boolean includeBootClassPath)
Deprecated.
As of Judson (7.1.x), replaced by
ClassPathUtil#getJVMClassPath(boolean) |
static String |
getPortalClassPath()
Deprecated.
|
static ProcessConfig |
getPortalProcessConfig()
Deprecated.
|
static void |
initializeClassPaths(javax.servlet.ServletContext servletContext)
Deprecated.
|
public static String buildClassPath(Class<?>... classes)
@Deprecated public static Set<URL> getClassPathURLs(ClassLoader classLoader)
@Deprecated public static URL[] getClassPathURLs(String classPath) throws MalformedURLException
ClassPathUtil#getClassPathURLs(String)
MalformedURLException
public static String getGlobalClassPath()
@Deprecated public static String getJVMClassPath(boolean includeBootClassPath)
ClassPathUtil#getJVMClassPath(boolean)
public static String getPortalClassPath()
public static ProcessConfig getPortalProcessConfig()
public static void initializeClassPaths(javax.servlet.ServletContext servletContext)