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

Method writeCustomLanguages

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

Source from the content-addressed store, hash-verified

517 }
518
519 private static void writeCustomLanguages()
520 {
521 writeCustomPObjects(customLanguageFilePath(true),
522 Globals.getContext().getReferenceContext().getConstructedCDOMObjects(Language.class).iterator());
523 }
524
525 private static void writeCustomPObjects(final String filename, final Iterator<? extends PObject> it)
526 {

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