Class PluginRegistry.URLClassloaderPrivilegedAction

    • Constructor Detail

      • URLClassloaderPrivilegedAction

        protected URLClassloaderPrivilegedAction​(URL[] urlClassPaths,
                                                 boolean hasParent,
                                                 boolean preferOwn)
        Simple constructor that sets the URLs of the created class loader.
        Parameters:
        urlClassPaths - The class paths for the created classloader.
        hasParent - Whether the created classloader should have the classloader of the PluginRegistry as parent classloader or no parent classloader at all (null).
        preferOwn - Whether the created classloader prefer its own class paths to the parent class paths. This is only relevant for a classloader having a parent.