|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
ClassLoader ) |
Documentation changed from old to new. |
Creates a new class loader using the specified parent class loader for delegation. |
Added Methods | |
void clearAssertionStatus() |
Sets the default assertion status for this class loader to false and discards any package defaults or class assertion status settings associated with the class loader. |
void setClassAssertionStatus(String, |
Sets the desired assertion status for the named top-level class in this class loader and any nested classes contained therein. |
void setDefaultAssertionStatus(boolean ) |
Sets the default assertion status for this class loader. |
void setPackageAssertionStatus(String, |
Sets the package default assertion status for the named package. |
Changed Methods | ||
ClassLoader getSystemClassLoader() |
Documentation changed from old to new. |
Returns the system class loader for delegation. |
Class defineClass(byte[], |
Documentation changed from old to new. |
Replaced by defineClass(java.lang.String, byte[], int, int) |
Class defineClass(String, |
Documentation changed from old to new. |
Converts an array of bytes into an instance of class Class . |
Class defineClass(String, |
Documentation changed from old to new. |
Converts an array of bytes into an instance of class Class with an optional ProtectionDomain. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |