Uses of Class
com.caucho.loader.ClassEntry

Packages that use ClassEntry
com.caucho.loader   
 

Uses of ClassEntry in com.caucho.loader
 

Methods in com.caucho.loader that return ClassEntry
protected  ClassEntry DynamicClassLoader.getClassEntry(java.lang.String name)
          Returns the matching class entry.
protected  ClassEntry CompilingLoader.getClassEntry(java.lang.String name, java.lang.String pathName)
          Loads the specified class, compiling if necessary.
protected  ClassEntry JarListLoader.getClassEntry(java.lang.String name, java.lang.String pathName)
          Returns the class entry.
protected  ClassEntry Loader.getClassEntry(java.lang.String name, java.lang.String pathName)
          Returns the class entry.
protected  ClassEntry PathLoader.getClassEntry(java.lang.String name, java.lang.String pathName)
          Returns the class entry.
protected  ClassEntry ResourceLoader.getClassEntry(java.lang.String name, java.lang.String pathName)
          The class entry is always null.
 ClassEntry ClassLoaderInterceptor.intercept(ClassEntry entry)
          Returns the modified class entry.
 

Methods in com.caucho.loader with parameters of type ClassEntry
 ClassEntry ClassLoaderInterceptor.intercept(ClassEntry entry)
          Returns the modified class entry.
protected  java.lang.Class<?> DynamicClassLoader.loadClassEntry(ClassEntry entry)
          Loads the class from the loader.