Interface IModuleClassLoader

All Known Implementing Classes:
ModuleClassLoader

public interface IModuleClassLoader
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    loadLocalClass(String name, boolean resolve)
    Load class in this module only, without consulting dependent modules.
  • Method Details

    • 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()