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

Method writeCustomClasses

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

Source from the content-addressed store, hash-verified

470 }
471
472 private static void writeCustomClasses()
473 {
474 writeCustomPObjects(customClassFilePath(true),
475 Globals.getContext().getReferenceContext().getConstructedCDOMObjects(PCClass.class).iterator());
476 }
477
478 private static void writeCustomDeities()
479 {

Callers 1

writeCustomFilesMethod · 0.95

Calls 6

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

Tested by

no test coverage detected