|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.java.util.ClassFileCache
public final class ClassFileCache
The ClassFileCache is a cache for ClassFile instances. It allows sharing of these class file instances across JavaProvider instances. At the same time, it limits the number of class file instances cached at any given time to avoid proliferation.
| Method Summary | |
|---|---|
static oracle.javatools.parser.java.v2.classfile.ClassFile |
getClassFile(java.net.URL classURL)Fetches the ClassFile for the given URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static oracle.javatools.parser.java.v2.classfile.ClassFile getClassFile(java.net.URL classURL)
ClassFile for the given URL.classURL - the URL of the class file to read
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||