public class CClassLoader extends ClassLoader
| Constructor and Description |
|---|
CClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
findClass(String className)
Finds the class with the supplied className.
|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignersprotected Class<?> findClass(String className) throws ClassNotFoundException
findClass in class ClassLoaderclassName - Name of the class to find.ClassNotFoundException - When the class with the supplied className could not be found.Copyright © 2008–2017. All rights reserved.