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

Method main

src/test/ReadZipHTMLTest.java:10–17  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

8 static String path = "https://physlets.org/tracker/library/JS/basketballGIF.trz!/html/basketballGIF_info.html";
9
10 public static void main(String[] args) {
11 Resource res = ResourceLoader.getResource(path);
12 if (res != null) {
13 @SuppressWarnings("unused")
14 String htmlCode = res.getString();
15 }
16 System.exit(0);
17 }
18
19}

Callers

nothing calls this directly

Calls 3

getResourceMethod · 0.95
getStringMethod · 0.95
exitMethod · 0.45

Tested by

no test coverage detected