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

Method reloadClasses

src/bsh/BshClassManager.java:429–433  ·  view source on GitHub ↗

Reloading classes means creating a new classloader and using it whenever we are asked for classes in the appropriate space. For this we use a DiscreteFilesClassLoader

( String [] classNames )

Source from the content-addressed store, hash-verified

427 For this we use a DiscreteFilesClassLoader
428 */
429 public void reloadClasses( String [] classNames )
430 throws UtilEvalError
431 {
432 throw cmUnavailable();
433 }
434
435 /**
436 Reload all classes in the specified package: e.g. "com.sun.tools"

Callers

nothing calls this directly

Calls 1

cmUnavailableMethod · 0.95

Tested by

no test coverage detected