Interface IModuleClassLoader

  • All Known Implementing Classes:
    ModuleClassLoader

    public interface IModuleClassLoader
    • Method Detail

      • loadLocalClass

        Class<?> loadLocalClass​(String name,
                                boolean resolve)
                         throws ClassNotFoundException
        Load class in this module only, without consulting dependent modules. Note that classloader still can delegate to the parent, if it has any.
        Throws:
        ClassNotFoundException
      • dispose

        void dispose()