MCPcopy 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

setClassPathMethod · 0.80

Calls 2

resetMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected