| Package | Description |
|---|---|
| net.jini.loader.pref |
Provides class loader and
RMIClassLoader
provider implementations that support preferred classes. |
| Modifier and Type | Method and Description |
|---|---|
static PreferredClassLoader |
PreferredClassLoader.newInstance(URL[] urls,
ClassLoader parent,
String exportAnnotation,
boolean requireDlPerm)
Creates a new instance of
PreferredClassLoader
that loads classes and resources from the specified path of
URLs and delegates to the specified parent class loader. |