Generated by
JDiff

Class java.lang.ClassLoader

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, boolean) 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, boolean) Sets the package default assertion status for the named package.