com.sun.enterprise.tools.verifier.apiscan.classfile
Interface ClassFileLoader
public interface ClassFileLoader
This is loader for ClassFile similar to what ClassLoader is for class in
Java.
- Author:
- Sanjeeb.Sahoo@Sun.COM
load
ClassFile load(String externalClassName)
throws IOException
- Parameters:
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.
- Returns:
- The
ClassFile
loaded.
- Throws:
IOException
- if specified class could not be found.- See Also:
ClassFile
Copyright © 2013 Oracle Corporation. All Rights Reserved.