org.apache.xbean.classpath
Interface ClassPath

All Known Implementing Classes:
ContextClassPath, SunURLClassPath, SystemClassPath, TomcatClassPath, TomcatWebAppClassPath

public interface ClassPath


Method Summary
 void addJarsToPath(File dir)
           
 void addJarToPath(URL dir)
           
 ClassLoader getClassLoader()
           
 

Method Detail

getClassLoader

ClassLoader getClassLoader()

addJarsToPath

void addJarsToPath(File dir)
                   throws Exception
Throws:
Exception

addJarToPath

void addJarToPath(URL dir)
                  throws Exception
Throws:
Exception


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