|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassLoaderDelegate
Externalizes the logic for defining which classes will be loaded (and possibly transformed) by the class loader, and which will be loaded by the parent class loader.
| Method Summary | |
|---|---|
java.lang.Class<?> |
loadAndTransformClass(java.lang.String className)
Load the class, transforming it as necessary. |
boolean |
shouldInterceptClassLoading(java.lang.String className)
Identifies which classes are to be loaded. |
| Method Detail |
|---|
boolean shouldInterceptClassLoading(java.lang.String className)
className - fully qualified class name
java.lang.Class<?> loadAndTransformClass(java.lang.String className)
throws java.lang.ClassNotFoundException
className - binary class name
java.lang.ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||