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

Method getSystemResources

classpath/java/lang/ClassLoader.java:187–189  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

185 }
186
187 public static Enumeration<URL> getSystemResources(String name) throws IOException {
188 return getSystemClassLoader().getResources(name);
189 }
190
191 public Enumeration<URL> getResources(String name)
192 throws IOException {

Callers

nothing calls this directly

Calls 2

getSystemClassLoaderMethod · 0.95
getResourcesMethod · 0.45

Tested by

no test coverage detected