public interface ClassFileServices extends BootstrapService
ClassLoader
and examining the result using Java reflection.Modifier and Type | Method and Description |
---|---|
ClassFileInfo |
getClassFileInfo(String className)
Obtains Java class metadata for a class identified with the specified class name.
|
cleanupAfterBoot
ClassFileInfo getClassFileInfo(String className)
className
- the specified class nameClassFileInfoException
- if the service implementation is not able to obtain metadata of a class with the specified nameCopyright © 2008-2015. All Rights Reserved.