Uses of Class
java.net.URLClassLoader
| Package | Description |
|---|---|
| java.net |
-
Uses of URLClassLoader in java.net
Methods in java.net that return URLClassLoader Modifier and Type Method Description static URLClassLoaderURLClassLoader. newInstance(URL[] urls)Returns a newURLClassLoaderinstance for the given URLs and the systemClassLoaderas its parent.static URLClassLoaderURLClassLoader. newInstance(URL[] urls, ClassLoader parentCl)Returns a newURLClassLoaderinstance for the given URLs and the specifiedClassLoaderas its parent.