This method of the SecurityClassLoader Class sets the package manager namespace associated with the loader.
protected void setPackageManagerNamespace(String namespace);
namespace | The name of the package manager namespace to associate with the loader. |
All package management class and resource loads done by this loader will look in this explicitly-named namespace in addition to the default global package manager namespace.
SecurityException if the loader already has an associated package manager namespace.