public interface ClassFileLoader
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.ClassFile
Copyright © 2013 Oracle Corporation. All Rights Reserved.