1 | static Set<File> allLoadedLibraryJars() { |
2 | new Set<File> set; |
3 | for (ClassLoader cl : allJavaXClassLoaders()) |
4 | addAll(set, dropFirst((L<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: | #1019143 |
Snippet name: | allLoadedLibraryJars |
Eternal ID of this version: | #1019143/1 |
Text MD5: | 9e3e0bc57b6e5ca3badad29acc434d4b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-24 23:32:25 |
Source code size: | 186 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 319 / 349 |
Referenced in: | [show references] |