Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.java.util
Class ClassFileCache

java.lang.Object
  extended by oracle.jdeveloper.java.util.ClassFileCache

public final class ClassFileCache
extends java.lang.Object

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

getClassFile

public static oracle.javatools.parser.java.v2.classfile.ClassFile getClassFile(java.net.URL classURL)
Fetches the ClassFile for the given URL.

Parameters:
classURL - the URL of the class file to read
Returns:
the class file, or null if it could not be found or read

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.