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

Method findResources

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

Source from the content-addressed store, hash-verified

151 }
152
153 protected Enumeration<URL> findResources(String name) throws IOException {
154 return Collections.enumeration(new ArrayList<URL>(0));
155 }
156
157 public URL getResource(String path) {
158 URL url = null;

Callers

nothing calls this directly

Calls 1

enumerationMethod · 0.95

Tested by

no test coverage detected