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

Method findResource

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

Source from the content-addressed store, hash-verified

147 }
148
149 protected URL findResource(String path) {
150 return null;
151 }
152
153 protected Enumeration<URL> findResources(String name) throws IOException {
154 return Collections.enumeration(new ArrayList<URL>(0));

Callers 2

getResourceMethod · 0.95
collectResourcesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected