You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/localhost.port.0.5.0/index.html
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,11 @@ <h2>HTTP API</h2>
73
73
</div>
74
74
<div><ahref="js?code=java.lang.System.getProperty('java.class.path')">get the class path</a></div>
75
75
<div><ahref="js?code=JSON.stringify(java.lang.System.getProperty('java.class.path').split(java.lang.System.getProperty('path.separator')))">get the class path (JSON)</a></div>
76
-
<div><ahref="js?code=load('https://lorenzoongithub.github.io/nudge4j/twigs/get.class.path.js')">get the class path (JSON - full external function)</a></div>
77
-
<div><ahref="js?code=load('https://lorenzoongithub.github.io/nudge4j/twigs/get.thread.x.cpu.js')">get CPU usage per Thread</a></div>
<div><ahref="js?code=load('https%3A%2F%2Florenzoongithub.github.io%2Fnudge4j%2Ftwigs%2Fget.class.path.js')">get the class path (JSON - full external function)</a></div>
77
+
<div><ahref="js?code=load('https%3A%2F%2Florenzoongithub.github.io%2Fnudge4j%2Ftwigs%2Fget.thread.x.cpu.js')">get CPU usage per Thread</a></div>
<div><ahref="js?code=load('https%3A%2F%2Florenzoongithub.github.io%2Fnudge4j%2Ftwigs%2Fget.all.classes.js')%3BgetAllClasses(%7BskipJDK%3Afalse%7D)">get all classes</a></div>
80
+
<div><ahref="js?code=load('https%3A%2F%2Florenzoongithub.github.io%2Fnudge4j%2Ftwigs%2Fget.all.classes.js')%3BgetAllClasses(%7BskipJDK%3Atrue%7D)">get all classes (exclude JDKs)</a></div>
0 commit comments