MCPcopy Create free account
hub / github.com/PCGen/pcgen / writeCustomDomains

Method writeCustomDomains

code/src/java/pcgen/core/CustomData.java:484–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

482 }
483
484 private static void writeCustomDomains()
485 {
486 writeCustomPObjects(customDomainFilePath(true),
487 Globals.getContext().getReferenceContext().getConstructedCDOMObjects(Domain.class).iterator());
488 }
489
490 private static void writeCustomAbilities()
491 {

Callers 1

writeCustomFilesMethod · 0.95

Calls 6

writeCustomPObjectsMethod · 0.95
customDomainFilePathMethod · 0.95
getContextMethod · 0.95
getReferenceContextMethod · 0.65
iteratorMethod · 0.45

Tested by

no test coverage detected