gnu.gcj.runtime
Class SystemClassLoader
clearAssertionStatus , defineClass , defineClass , defineClass , defineClass , definePackage , findClass , findLibrary , findLoadedClass , findResource , findResources , findSystemClass , getPackage , getPackages , getParent , getResource , getResourceAsStream , getResources , getSystemClassLoader , getSystemResource , getSystemResourceAsStream , getSystemResources , loadClass , loadClass , resolveClass , setClassAssertionStatus , setDefaultAssertionStatus , setPackageAssertionStatus , setSigners |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
findClass
protected Class<T> findClass(String name)
Finds (the first) class by name from one of the locations. The locations
are searched in the order they were added to the URLClassLoader.
- findClass in interface URLClassLoader
- a Class object representing the found class
Copyright (C) 2005, 2006 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details.