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

Method BshClassLoader

src/bsh/classpath/BshClassLoader.java:45–48  ·  view source on GitHub ↗

@param bases URLs JARClassLoader seems to require absolute paths

( BshClassManager classManager, URL [] bases )

Source from the content-addressed store, hash-verified

43 @param bases URLs JARClassLoader seems to require absolute paths
44 */
45 public BshClassLoader( BshClassManager classManager, URL [] bases ) {
46 super( bases );
47 this.classManager = classManager;
48 }
49
50 /**
51 @param bcp BshClassPath from which we'll take our base URLs

Callers

nothing calls this directly

Calls 1

getPathComponentsMethod · 0.80

Tested by

no test coverage detected