org.openorb.util
Class URLLoader

java.lang.Object
  |
  +--java.lang.ClassLoader
        |
        +--org.openorb.util.URLLoader

public class URLLoader
extends java.lang.ClassLoader

This class is used as a class loader to load class from an URL.

Version:
$Revision: 1.1 $ $Date: 2000/12/28 22:52:47 $
Author:
Jerome Daniel <daniel@intalio.com>

Constructor Summary
URLLoader(java.net.URL[] urls)
          Constructor.
 
Method Summary
 java.net.URL[] getURLs()
           
 
Methods inherited from class java.lang.ClassLoader
getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLLoader

public URLLoader(java.net.URL[] urls)
Constructor.
Method Detail

getURLs

public java.net.URL[] getURLs()