So you need a method (probably on ClassLoaderPolicy) like:
void addExtraDelegate(DelegateLoader dl);
That's what I did -- the code is already commited. ;-)
But had to "protected" expose getInformation() in BaseClassLoaderPolicy so ClassLoaderPolicy can add the new delegate loader.