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

17
LINES

< > BotCompany Repo | #1027606 // newConceptsWithClassFinder

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (20129L/122K).

static Concepts newConceptsWithClassFinder(S progID) {
  Concepts cc = new(progID);
  cc.classFinder = _defaultClassFinder();
  ret cc;
}

static Concepts newConceptsWithClassFinder(File conceptsFile) {
  Concepts cc = new(assertNotNull(conceptsFile));
  cc.classFinder = _defaultClassFinder();
  ret cc;
}

static Concepts newConceptsWithClassFinder(File conceptsFile, IF1<S, Class> classFinder) {
  Concepts cc = new(assertNotNull(conceptsFile));
  cc.classFinder = classFinder;
  ret cc;
}

Author comment

Began life as a copy of #1020879

download  show line numbers  debug dex  old transpilations   

Travelled to 10 computer(s): bhatertpkbcr, ekrmjmnbrukm, elmgxqgtpvxh, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, uhjabitqdyqv, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027606
Snippet name: newConceptsWithClassFinder
Eternal ID of this version: #1027606/4
Text MD5: 4f9f4a45897e6a835c5e95967d73580c
Transpilation MD5: 884cf91053ebc5f6eafc5cd19e25e7a3
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-10 00:35:42
Source code size: 508 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 179 / 1926
Version history: 3 change(s)
Referenced in: [show references]