Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1016346 // allLoadedLibraries

JavaX fragment (include)

static L<S> allLoadedLibraries() {
  new Set<File> set;
  for (ClassLoader cl : allJavaXClassLoaders())
    addAll(set, dropFirst((L<File>) getOpt(cl, 'files)));
  ret map DiskSnippetCache_fileToLibID(set);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016346
Snippet name: allLoadedLibraries
Eternal ID of this version: #1016346/5
Text MD5: 28c31ad613f1b1bd41c2a9c19f651cad
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-17 01:40:24
Source code size: 213 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 329 / 360
Version history: 4 change(s)
Referenced in: [show references]