Package gw.internal.gosu.compiler
Class DiscreteClassLoader
- java.lang.Object
-
- java.lang.ClassLoader
-
- gw.internal.gosu.compiler.SingleServingGosuClassLoader
-
- gw.internal.gosu.compiler.DiscreteClassLoader
-
- All Implemented Interfaces:
IGosuClassLoader
public class DiscreteClassLoader extends SingleServingGosuClassLoader
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUnloadableNamespace()
protected void
unload(String gosuClassName)
-
Methods inherited from class gw.internal.gosu.compiler.SingleServingGosuClassLoader
assignParent, clearCache, clearCache, defineClass, dumpAllClasses, evictLoader, findClass, getActualLoader, getBytes, getCached, getFunctionClassForArity, isDisposed, loadClass, waitForLoaderToUnload
-
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResource, findResources, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getName, getPackage, getPackages, getParent, getPlatformClassLoader, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.gs.IGosuClassLoader
loadClass
-
-
-
-
Method Detail
-
getUnloadableNamespace
public String getUnloadableNamespace()
-
unload
protected void unload(String gosuClassName)
- Overrides:
unload
in classSingleServingGosuClassLoader
-
-