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

Method writeCustomTemplates

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

Source from the content-addressed store, hash-verified

602 }
603
604 private static void writeCustomTemplates()
605 {
606 writeCustomPObjects(customTemplateFilePath(true),
607 Globals.getContext().getReferenceContext().getConstructedCDOMObjects(PCTemplate.class).iterator());
608 }
609
610 /**
611 * @param loaded Have the custom items ben loaded?

Callers 1

writeCustomFilesMethod · 0.95

Calls 6

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

Tested by

no test coverage detected