public interface ClassFileLoader
| Modifier and Type | Method and Description |
|---|---|
ClassFile |
load(String externalClassName) |
ClassFile load(String externalClassName) throws IOException
externalClassName - class name in external form. This is same as
what is used in java.lang.ClassLoader.load() or
Class.forName(). It is upto the implementation
to decide if they want to use caching or not.ClassFile loaded.IOException - if specified class could not be found.ClassFileCopyright © 2009–2017 Oracle Corporation. All rights reserved.