MCPcopy 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

isValidMethod · 0.95
getElementAtMethod · 0.95
getSizeMethod · 0.95
getPluginsMethod · 0.80
showDialogMethod · 0.80
unregisterPluginMethod · 0.80
filterRowsMethod · 0.80
forgetClassLoaderMethod · 0.80

Calls 1

parseCreoleMethod · 0.95

Tested by

no test coverage detected