MCPcopy Create free account
hub / github.com/GateNLP/gate-core / isIsolated

Method isIsolated

src/main/java/gate/util/GateClassLoader.java:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 private boolean isolated = false;
104
105 public boolean isIsolated() {
106 return isolated;
107 }
108
109 @Override
110 public String toString() {

Callers 4

forgetClassLoaderMethod · 0.95
getResourceMethod · 0.80
loadClassMethod · 0.80
getResourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected