Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setSelectedResource
Method · 0.45
getAsURI
Method · 0.45
getAsURI
Method · 0.45
getResourceClassLoader
Method · 0.45
ResourceReference
Method · 0.45
toURL
Method · 0.45
parseDirectory
Method · 0.45
unregisterPlugin
Method · 0.45
pluginUnloaded
Method · 0.45
Calls
2
getBaseURL
Method · 0.95
toURI
Method · 0.80
Tested by
no test coverage detected