Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ findResources
Method
findResources
classpath/avian/SystemClassLoader.java:169–171 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
167
}
168
169
protected
Enumeration<URL> findResources(String name) {
170
return
new
ResourceEnumeration(name);
171
}
172
}
Callers
1
getResources
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected