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

Method reloadPackage

src/bsh/BshClassManager.java:441–445  ·  view source on GitHub ↗

Reload all classes in the specified package: e.g. "com.sun.tools" The special package name " " can be used to refer to unpackaged classes.

( String pack )

Source from the content-addressed store, hash-verified

439 to unpackaged classes.
440 */
441 public void reloadPackage( String pack )
442 throws UtilEvalError
443 {
444 throw cmUnavailable();
445 }
446
447 /**
448 This has been removed from the interface to shield the core from the

Callers

nothing calls this directly

Calls 1

cmUnavailableMethod · 0.95

Tested by

no test coverage detected