MCPcopy Create free account
hub / github.com/ReadyTalk/avian / load

Method load

classpath/java/lang/Runtime.java:30–36  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

28 }
29
30 public void load(String path) {
31 if (path != null) {
32 ClassLoader.load(path, ClassLoader.getCaller(), false);
33 } else {
34 throw new NullPointerException();
35 }
36 }
37
38 public void loadLibrary(String path) {
39 if (path != null) {

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
getCallerMethod · 0.95

Tested by

no test coverage detected