org.apache.xbean.classpath
Class SystemClassPath

java.lang.Object
  extended by org.apache.xbean.classpath.SunURLClassPath
      extended by org.apache.xbean.classpath.SystemClassPath
All Implemented Interfaces:
ClassPath

public class SystemClassPath
extends SunURLClassPath


Constructor Summary
SystemClassPath()
           
 
Method Summary
 void addJarsToPath(File dir)
           
 void addJarToPath(URL jar)
           
 ClassLoader getClassLoader()
           
 
Methods inherited from class org.apache.xbean.classpath.SunURLClassPath
addJarsToPath, addJarToPath, getContextClassLoader, getURLClassPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemClassPath

public SystemClassPath()
Method Detail

addJarsToPath

public void addJarsToPath(File dir)
                   throws Exception
Throws:
Exception

addJarToPath

public void addJarToPath(URL jar)
                  throws Exception
Throws:
Exception

getClassLoader

public ClassLoader getClassLoader()


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