MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getSystemResource

Method getSystemResource

classpath/java/lang/ClassLoader.java:179–181  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

177 }
178
179 public static URL getSystemResource(String path) {
180 return getSystemClassLoader().getResource(path);
181 }
182
183 public static InputStream getSystemResourceAsStream(String path) {
184 return getSystemClassLoader().getResourceAsStream(path);

Callers

nothing calls this directly

Calls 2

getSystemClassLoaderMethod · 0.95
getResourceMethod · 0.45

Tested by

no test coverage detected