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()
           
CollectionFactory.CollectionClassLoader(ClassLoader parent)
           

Method Summary
 voidaddPluginLibraries(IPluginDescriptor descriptor)
           
 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()

CollectionFactory.CollectionClassLoader

public CollectionFactory.CollectionClassLoader(ClassLoader parent)
Method Detail

addPluginLibraries

public void addPluginLibraries(IPluginDescriptor descriptor)

addURL

public void addURL(URL url)

Association Links

to Class java.util.HashMap


FOOTER

BOTTOM