|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.util.ClasspathUtils
public class ClasspathUtils
Classpath discovery utilities
| Constructor Summary | |
|---|---|
ClasspathUtils()
|
|
| Method Summary | |
|---|---|
static List<String> |
getClassesFromJar(URL jarUrl)
Get a list of class files in the JAR specified by a URL. |
static ClasspathClasses |
getClassesInClasspathJars()
Gets a list of JARs from the thread context classloader, and returns a ClasspathClasses object with the class file names and the JARs which they appear in. |
static List<URL> |
getClassLoaderClasspath(ClassLoader classloader)
Get the classpath searched for by a particular classloader (only supports URLClassLoaders presently) |
static ClasspathClasses |
getFilesInClasspathJars()
Gets a list of JARs from the thread context classloader, and returns a ClasspathClasses object with the class file names and the JARs which they appear in. |
static URL[] |
getSystemClasspath()
This method will return an array of URLs used by the system classloader. |
static List<ClassLoader> |
getThreadContentClassLoaderHierarchy()
Get a list of classloaders in the thread context classloader hierarchy |
static URL[] |
getThreadContextClasspath()
This method will return an array of URLs used by the thread context classloader. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClasspathUtils()
| Method Detail |
|---|
public static URL[] getSystemClasspath()
URLClassLoader, this method will return null
public static URL[] getThreadContextClasspath()
URLClassLoader and return all URLs searched by these
classloaders in order of discovery. If no such classloaders are found this method will return null
public static List<ClassLoader> getThreadContentClassLoaderHierarchy()
public static List<URL> getClassLoaderClasspath(ClassLoader classloader)
URLClassLoaders presently)
classloader - to examine
public static List<String> getClassesFromJar(URL jarUrl)
jarUrl - the URL of a JAR on the classpath, such as one of the items in the list returned by
getClassLoaderClasspath(ClassLoader)
public static ClasspathClasses getClassesInClasspathJars()
getThreadContextClasspath()public static ClasspathClasses getFilesInClasspathJars()
getThreadContextClasspath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||