@SuppressWarnings({"rawtypes"})
public abstract Class[] getInitiatedClasses (ClassLoader loader)

Returns an array of all classes for which loader is an initiating loader. If the supplied loader is null, classes initiated by the bootstrap class loader are returned.

Parameters:
loader    the loader whose initiated class list will be returned

Returns:  an array containing all the classes for which loader is an initiating loader, zero-length if there are none