Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ BshClassPath
Method
BshClassPath
src/bsh/classpath/BshClassPath.java:87–90 ·
view source on GitHub ↗
( String name )
Source
from the content-addressed store, hash-verified
85
// constructors
86
87
public
BshClassPath( String name ) {
88
this.name = name;
89
reset();
90
}
91
92
public
BshClassPath( String name, URL [] urls ) {
93
this( name );
Callers
nothing calls this directly
Calls
2
reset
Method · 0.95
add
Method · 0.95
Tested by
no test coverage detected