| | |
| public | void | clearAssertionStatus() |
|
| protected final | Class | defineClass(byte[] b, int off, int len) Throws: ClassFormatError Throws: IndexOutOfBoundsException |
|
| protected final | Class | defineClass(String name, byte[] b, int off, int len) Throws: ClassFormatError Throws: IndexOutOfBoundsException Throws: SecurityException |
|
| protected final | Class | defineClass(String name, byte[] b, int off, int len, ProtectionDomain protectionDomain) Throws: ClassFormatError Throws: NoClassDefFoundError Throws: IndexOutOfBoundsException Throws: SecurityException |
|
| protected final | Class | defineClass(String name, ByteBuffer b, ProtectionDomain protectionDomain) Throws: ClassFormatError Throws: NoClassDefFoundError Throws: SecurityException |
|
| protected | Package | definePackage(String name, String specTitle, String specVersion, String specVendor, String implTitle, String implVersion, String implVendor, URL sealBase) Throws: IllegalArgumentException |
|
| protected | Class | findClass(String name) Throws: ClassNotFoundException |
|
| protected | String | findLibrary(String libname) |
|
| protected final | Class | findLoadedClass(String name) |
|
| protected | URL | findResource(String name) |
|
| protected | Enumeration | findResources(String name) Throws: IOException |
|
| protected final | Class | findSystemClass(String name) Throws: ClassNotFoundException |
|
| protected | Package | getPackage(String name) |
|
| protected | Package[] | getPackages() |
|
| public final | ClassLoader | getParent() Throws: SecurityException |
|
| public | URL | getResource(String name) |
|
| public | InputStream | getResourceAsStream(String name) |
|
| public | Enumeration | getResources(String name) Throws: IOException |
|
| public static | ClassLoader | getSystemClassLoader() Throws: SecurityException Throws: IllegalStateException Throws: Error |
|
| public static | URL | getSystemResource(String name) |
|
| public static | InputStream | getSystemResourceAsStream(String name) |
|
| public static | Enumeration | getSystemResources(String name) Throws: IOException |
|
| public | Class | loadClass(String name) Throws: ClassNotFoundException |
|
| protected | Class | loadClass(String name, boolean resolve) Throws: ClassNotFoundException |
|
| protected final | void | resolveClass(Class c) Throws: NullPointerException |
|
| public | void | setClassAssertionStatus(String className, boolean enabled) |
|
| public | void | setDefaultAssertionStatus(boolean enabled) |
|
| public | void | setPackageAssertionStatus(String packageName, boolean enabled) |
|
| protected final | void | setSigners(Class c, Object[] signers) |
|