HEADER

ru.biosoft.access
Class CollectionFactory.CollectionClassLoader

java.lang.Object
  |
  +--java.lang.ClassLoader
        |
        +--java.security.SecureClassLoader
              |
              +--java.net.URLClassLoader
                    |
                    +--ru.biosoft.access.CollectionFactory.CollectionClassLoader

public static class CollectionFactory.CollectionClassLoader
extends URLClassLoader


Constructor Summary
CollectionFactory.CollectionClassLoader()
           

Method Summary
 voidaddURL(URL url)
           

Methods inherited from class java.net.URLClassLoader
getURLs, findResource, findResources, newInstance, newInstance

Methods inherited from class java.lang.ClassLoader
loadClass, getParent, getResource, getResources, getSystemResource, getSystemResources, getResourceAsStream, getSystemResourceAsStream, getSystemClassLoader

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Constructor Detail

CollectionFactory.CollectionClassLoader

public CollectionFactory.CollectionClassLoader()
Method Detail

addURL

public void addURL(URL url)

FOOTER

BOTTOM