MCPcopy Create free account
hub / github.com/beanshell/beanshell / reloadAllClasses

Method reloadAllClasses

src/bsh/BshClassManager.java:420–422  ·  view source on GitHub ↗

Overlay the entire path with a new class loader. Set the base path to the user path + base path. No point in including the boot class path (can't reload thos).

()

Source from the content-addressed store, hash-verified

418 No point in including the boot class path (can't reload thos).
419 */
420 public void reloadAllClasses() throws UtilEvalError {
421 throw cmUnavailable();
422 }
423
424 /**
425 Reloading classes means creating a new classloader and using it

Callers

nothing calls this directly

Calls 1

cmUnavailableMethod · 0.95

Tested by

no test coverage detected