public class ClassPathExtractor extends Object
| Constructor and Description |
|---|
ClassPathExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCurrentContextClassLoaderClassPath()
Assumes that the context class loader of the current thread is a URLClassLoader and will throw a runtime exception if it is not.
|
static String |
getJavaPropertyClassPath() |
static String |
getUrlClassLoaderClassPath(URLClassLoader classLoader) |
public static String getJavaPropertyClassPath()
public static String getCurrentContextClassLoaderClassPath()
public static String getUrlClassLoaderClassPath(URLClassLoader classLoader)
Copyright © 2016. All rights reserved.