Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ setPath
Method
setPath
src/bsh/classpath/BshClassPath.java:101–104 ·
view source on GitHub ↗
( URL[] urls )
Source
from the content-addressed store, hash-verified
99
// mutators
100
101
public
void
setPath( URL[] urls ) {
102
reset();
103
add( urls );
104
}
105
106
/**
107
Add the specified BshClassPath as a component of our path.
Callers
1
setClassPath
Method · 0.80
Calls
2
reset
Method · 0.95
add
Method · 0.95
Tested by
no test coverage detected