|
||||||||||
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 | |
---|---|
Class<?> |
loadAndTransformClass(String className)
Load the class, transforming it as necessary. |
boolean |
shouldInterceptClassLoading(String className)
Identifies which classes are to be loaded. |
Method Detail |
---|
boolean shouldInterceptClassLoading(String className)
className
- fully qualified class name
Class<?> loadAndTransformClass(String className) throws ClassNotFoundException
className
- binary class name
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |