Class ClientResourceManager

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    @Internal
    public class ClientResourceManager
    extends ResourceManager
    The ClientResourceManager is able to remove the registered JAR resources with the specified jar path.

    After removing the JAR resource, the ResourceManager is able to register the JAR resource with the same JAR path. Please notice that the removal doesn't promise the loaded Class from the removed jar is inaccessible.

    • Method Detail

      • unregisterJarResource

        @Nullable
        public URL unregisterJarResource​(String jarPath)