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

Method cmUnavailable

src/bsh/BshClassManager.java:580–583  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

578 protected void classLoaderChanged() { }
579
580 protected static UtilEvalError cmUnavailable() {
581 return new Capabilities.Unavailable(
582 "ClassLoading features unavailable.");
583 }
584
585 public static interface Listener
586 {

Callers 6

setClassPathMethod · 0.95
reloadAllClassesMethod · 0.95
reloadClassesMethod · 0.95
reloadPackageMethod · 0.95
doSuperImportMethod · 0.95
getClassNameByUnqNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected