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

Method setClassPath

src/bsh/BshClassManager.java:408–412  ·  view source on GitHub ↗

Set a new base classpath and create a new base classloader. This means all types change.

( URL [] cp )

Source from the content-addressed store, hash-verified

406 This means all types change.
407 */
408 public void setClassPath( URL [] cp )
409 throws UtilEvalError
410 {
411 throw cmUnavailable();
412 }
413
414 /**
415 Overlay the entire path with a new class loader.

Callers

nothing calls this directly

Calls 1

cmUnavailableMethod · 0.95

Tested by

no test coverage detected