com.atlassian.confluence.util
Class ClasspathUtils
java.lang.Object
com.atlassian.confluence.util.ClasspathUtils
public class ClasspathUtils
- extends Object
Classpath discovery utilities
|
Method Summary |
static URL[] |
getSystemClasspath()
This method will return an array of URLs used by the system classloader. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClasspathUtils
public ClasspathUtils()
getSystemClasspath
public static URL[] getSystemClasspath()
- This method will return an array of URLs used by the system classloader. If the system classloader is not an
instance of
URLClassLoader, this method will return null
- Returns:
- Array of URLs in classpath lookup order or null if system classloader does not support classpath discovery