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

Method setContextClassLoader

classpath/java/lang/Thread.java:132–134  ·  view source on GitHub ↗
(ClassLoader v)

Source from the content-addressed store, hash-verified

130 }
131
132 public void setContextClassLoader(ClassLoader v) {
133 classLoader = v;
134 }
135
136 public Map<ThreadLocal, Object> locals() {
137 if (locals == null) {

Callers 3

makeThreadMethod · 0.80
makeThreadMethod · 0.80
bootMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected