| Package | Description |
|---|---|
| org.glassfish.internal.api |
| Modifier and Type | Method and Description |
|---|---|
DelegatingClassLoader.ClassFinder |
ClassLoaderHierarchy.getAppLibClassFinder(List<URI> libURIs)
Returns ApplibClassFinder.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegatingClassLoader.ClassFinder> |
DelegatingClassLoader.getDelegates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DelegatingClassLoader.addDelegate(DelegatingClassLoader.ClassFinder d)
Adds a ClassFinder to list of delegates.
|
boolean |
DelegatingClassLoader.removeDelegate(DelegatingClassLoader.ClassFinder d)
Removes a ClassFinder from list of delegates.
|
| Constructor and Description |
|---|
DelegatingClassLoader(ClassLoader parent,
List<DelegatingClassLoader.ClassFinder> delegates) |
Copyright © 2013. All Rights Reserved.