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

Method add

src/bsh/classpath/BshClassPath.java:117–121  ·  view source on GitHub ↗
( URL [] urls )

Source from the content-addressed store, hash-verified

115 }
116
117 public void add( URL [] urls ) {
118 path.addAll( Arrays.asList(urls) );
119 if ( mapsInitialized )
120 map( urls );
121 }
122
123 public void add( URL url ) throws IOException {
124 path.add(url);

Callers 11

BshClassPathMethod · 0.95
setPathMethod · 0.95
addComponentMethod · 0.45
getFullPathMethod · 0.45
mapClassMethod · 0.45
addMethod · 0.45
addMethod · 0.45
addNameSourceListenerMethod · 0.45
addClassPathMethod · 0.45
classLoaderChangedMethod · 0.45

Calls 1

mapMethod · 0.95

Tested by

no test coverage detected