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

Method getBaseURL

src/main/java/gate/creole/Plugin.java:285–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 }
284
285 public URL getBaseURL() {
286 if(baseURL == null) {
287 try {
288 getCreoleXML();
289 } catch(Exception e) {
290 throw new RuntimeException("Unable to determine base URL",e);
291 }
292 }
293 return baseURL;
294 }
295
296 public URI getBaseURI() throws URISyntaxException {
297 return getBaseURL().toURI();

Callers 15

writeUserConfigMethod · 0.95
getBaseURIMethod · 0.95
parseCreoleMethod · 0.95
fillInResInfosMethod · 0.95
getPluginMethod · 0.45
getCreoleXMLMethod · 0.45
getNameMethod · 0.45
getCreoleXMLMethod · 0.45
endElementMethod · 0.45
ResourceReferenceMethod · 0.45
toURLMethod · 0.45

Calls 1

getCreoleXMLMethod · 0.95

Tested by

no test coverage detected