com.atlassian.confluence.util
Class ClasspathUtils

java.lang.Object
  extended by com.atlassian.confluence.util.ClasspathUtils

public class ClasspathUtils
extends Object

Classpath discovery utilities


Constructor Summary
ClasspathUtils()
           
 
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
 

Constructor Detail

ClasspathUtils

public ClasspathUtils()
Method Detail

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


Confluence is developed by Atlassian.