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

Method writeCustomSkills

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

Source from the content-addressed store, hash-verified

558 }
559
560 private static void writeCustomSkills()
561 {
562 writeCustomPObjects(customSkillFilePath(true),
563 Globals.getContext().getReferenceContext().getConstructedCDOMObjects(Skill.class).iterator());
564 }
565
566 private static void writeCustomSources()
567 {

Callers 1

writeCustomFilesMethod · 0.95

Calls 6

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

Tested by

no test coverage detected