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

6
LINES

< > BotCompany Repo | #1011845 // hotwire_makeClassLoader (overwritable)

JavaX fragment (include)

static JavaXClassLoader hotwire_makeClassLoader(L<File> files) {
  Collection<S> toShare = hotwire_classesToShare();
  ret nempty(toShare)
    ? new JavaXClassLoaderWithParent2(null, files, myClassLoader(), cloneList(toShare))
    : new JavaXClassLoader(null, files);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1011845
Snippet name: hotwire_makeClassLoader (overwritable)
Eternal ID of this version: #1011845/5
Text MD5: f19e1a2d89581e5b64378b626a54e481
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-18 17:28:37
Source code size: 274 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 470 / 510
Version history: 4 change(s)
Referenced in: [show references]