Uses of Class
net.jini.loader.pref.PreferredClassLoader
Packages that use PreferredClassLoader
-
Uses of PreferredClassLoader in net.jini.loader.pref
Methods in net.jini.loader.pref that return PreferredClassLoaderModifier and TypeMethodDescriptionstatic PreferredClassLoaderPreferredClassLoader.newInstance(URL[] urls, ClassLoader parent, String exportAnnotation, boolean requireDlPerm) Creates a new instance ofPreferredClassLoaderthat loads classes and resources from the specified path of URLs and delegates to the specified parent class loader.