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

Method getBaseURI

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

Source from the content-addressed store, hash-verified

294 }
295
296 public URI getBaseURI() throws URISyntaxException {
297 return getBaseURL().toURI();
298 }
299
300 public boolean isValid() {
301 // we need to ensure parseCreole() has been called before we can know if the

Callers 9

setSelectedResourceMethod · 0.45
getAsURIMethod · 0.45
getAsURIMethod · 0.45
ResourceReferenceMethod · 0.45
toURLMethod · 0.45
parseDirectoryMethod · 0.45
unregisterPluginMethod · 0.45
pluginUnloadedMethod · 0.45

Calls 2

getBaseURLMethod · 0.95
toURIMethod · 0.80

Tested by

no test coverage detected