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
|
Method Summary |
ClassFile |
load(java.lang.String externalClassName)
|
load
ClassFile load(java.lang.String externalClassName)
throws java.io.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:
java.io.IOException - if specified class could not be found.- See Also:
ClassFile
Copyright © 2011 Oracle Corporation. All Rights Reserved.