No, just add it as a public method to BaseClassLoaderPolicy, it will get inherited into ClassLoaderPolicy.Obviously the spi.base.* stuff has to have some public/protected methods otherwise it couldn't be used, but keep
whats exposed down to a minimum. :-)
I hack stuff faster than I think, but then I fix it before you can actually reply to my stupid code. :-)
I actually made the add/remove methods protected in BaseCLP and public in CLP which delegate to BaseCLP methods.
But if you prefer them public in BaseCLP that can be arranged. ;-)