Package gw.internal.gosu.parser
Interface IModuleClassLoader
-
public interface IModuleClassLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()Class<?>loadLocalClass(String name, boolean resolve)Load class in this module only, without consulting dependent modules.
-
-
-
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()
-
-