Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ getResourceInfoList
Method
getResourceInfoList
src/main/java/gate/creole/Plugin.java:279–283 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
277
}
278
279
public
List<ResourceInfo> getResourceInfoList() {
280
if
(resourceInfoList == null) parseCreole();
281
282
return
resourceInfoList;
283
}
284
285
public
URL getBaseURL() {
286
if
(baseURL == null) {
Callers
9
isValid
Method · 0.95
getElementAt
Method · 0.95
getSize
Method · 0.95
getPlugins
Method · 0.80
showDialog
Method · 0.80
unregisterPlugin
Method · 0.80
createResourceElementsForDirInfo
Method · 0.80
filterRows
Method · 0.80
forgetClassLoader
Method · 0.80
Calls
1
parseCreole
Method · 0.95
Tested by
no test coverage detected