org.apache.xbean.classpath
Class SunURLClassPath

java.lang.Object
  extended by org.apache.xbean.classpath.SunURLClassPath
All Implemented Interfaces:
ClassPath
Direct Known Subclasses:
ContextClassPath, SystemClassPath, TomcatClassPath

public abstract class SunURLClassPath
extends Object
implements ClassPath


Constructor Summary
SunURLClassPath()
           
 
Method Summary
protected  void addJarsToPath(File dir, URLClassLoader loader)
           
protected  void addJarToPath(URL jar, URLClassLoader loader)
           
static ClassLoader getContextClassLoader()
           
protected  sun.misc.URLClassPath getURLClassPath(URLClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xbean.classpath.ClassPath
addJarsToPath, addJarToPath, getClassLoader
 

Constructor Detail

SunURLClassPath

public SunURLClassPath()
Method Detail

getContextClassLoader

public static ClassLoader getContextClassLoader()

addJarToPath

protected void addJarToPath(URL jar,
                            URLClassLoader loader)
                     throws Exception
Throws:
Exception

addJarsToPath

protected void addJarsToPath(File dir,
                             URLClassLoader loader)
                      throws Exception
Throws:
Exception

getURLClassPath

protected sun.misc.URLClassPath getURLClassPath(URLClassLoader loader)
                                         throws Exception
Throws:
Exception


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.