Package | Description |
---|---|
com.caucho.loader |
Modifier and Type | Method and Description |
---|---|
protected ClassEntry |
DynamicClassLoader.getClassEntry(java.lang.String name)
Returns the matching class entry.
|
protected ClassEntry |
PathLoader.getClassEntry(java.lang.String name,
java.lang.String pathName)
Returns the class entry.
|
protected ClassEntry |
JarListLoader.getClassEntry(java.lang.String name,
java.lang.String pathName)
Returns the class entry.
|
protected ClassEntry |
CompilingLoader.getClassEntry(java.lang.String name,
java.lang.String pathName)
Loads the specified class, compiling if necessary.
|
protected ClassEntry |
Loader.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.
|
Modifier and Type | Method and Description |
---|---|
ClassEntry |
ClassLoaderInterceptor.intercept(ClassEntry entry)
Returns the modified class entry.
|
protected java.lang.Class<?> |
DynamicClassLoader.loadClassEntry(ClassEntry entry)
Loads the class from the loader.
|