MCPcopy Create free account
hub / github.com/chaoyangnz/gava / getResource

Method getResource

example/src/java/lang/ClassLoader.java:1072–1083  ·  view source on GitHub ↗

Finds the resource with the given name. A resource is some data (images, audio, text, etc) that can be accessed by class code in a way that is independent of the location of the code. The name of a resource is a ' / '-separated path name that identifies the resource. This method wi

(String name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

getSystemResourceMethod · 0.95
getResourceAsStreamMethod · 0.95
getBootstrapResourceMethod · 0.80
getResourceAsStreamMethod · 0.80
runMethod · 0.80

Calls 2

getBootstrapResourceMethod · 0.95
findResourceMethod · 0.95

Tested by

no test coverage detected