Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
forgetClassLoader
Method · 0.95
getResource
Method · 0.80
loadClass
Method · 0.80
getResources
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected