classUtils.pathUtils
Class ClassPathEditor.LocalClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by java.security.SecureClassLoader
          extended by java.net.URLClassLoader
              extended by classUtils.pathUtils.ClassPathEditor.LocalClassLoader
Enclosing class:
ClassPathEditor

public class ClassPathEditor.LocalClassLoader
extends java.net.URLClassLoader


Constructor Summary
ClassPathEditor.LocalClassLoader()
           
 
Method Summary
 void addURLPathElement(java.net.URL url)
           
 
Methods inherited from class java.net.URLClassLoader
findResource, findResources, getURLs, newInstance, newInstance
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathEditor.LocalClassLoader

public ClassPathEditor.LocalClassLoader()
Method Detail

addURLPathElement

public void addURLPathElement(java.net.URL url)