MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getURL

Method getURL

src/javajs/async/Assets.java:151–154  ·  view source on GitHub ↗
(String fullPath)

Source from the content-addressed store, hash-verified

149 }
150
151 public URL getURL(String fullPath) throws MalformedURLException {
152 return (fullPath.indexOf(classPath) < 0 ? null
153 : new URL("jar", null, uri + "!/" + fullPath));//.replaceAll(" ", "%20")));
154 }
155
156 @Override
157 public String toString() {

Callers 1

_getURLFromPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected