Class ClassFileLoader
java.lang.Object
de.inetsoftware.jwebassembly.module.ClassFileLoader
Cache and manager for the loaded ClassFiles
- Author:
- Volker Berlin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassFileLoader
Create a new instance- Parameters:
loader- the classloader to find the *.class files
-
-
Method Details
-
get
Get the ClassFile from cache or load it.- Parameters:
className- the class name like "java/lang/Object"- Returns:
- the ClassFile or null
- Throws:
IOException- If any I/O error occur
-
cache
-