1 | static Set<File> allLoadedProgramJars() { |
2 | new Set<File> set; |
3 | for (ClassLoader cl : allJavaXClassLoaders()) |
4 | addIfNotNull(set, first((Cl<File>) getOpt(cl, 'files))); |
5 | ret set; |
6 | } |
Began life as a copy of #1016346
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019142 |
Snippet name: | allLoadedProgramJars |
Eternal ID of this version: | #1019142/2 |
Text MD5: | dc9601fe358cbf7000ff8bbcb0dd775b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-12 01:04:11 |
Source code size: | 189 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 337 / 386 |
Version history: | 1 change(s) |
Referenced in: | [show references] |