Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ getBaseLoader
Method
getBaseLoader
src/bsh/classpath/ClassManagerImpl.java:529–531 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
527
}
528
529
public
ClassLoader getBaseLoader() {
530
return
baseLoader;
531
}
532
533
/**
534
Get the BeanShell classloader.
Callers
1
findClass
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected