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

Method writeCustomHeader

code/src/java/pcgen/core/CustomData.java:505–517  ·  view source on GitHub ↗
(final BufferedWriter bw)

Source from the content-addressed store, hash-verified

503 }
504
505 private static void writeCustomHeader(final BufferedWriter bw) throws IOException
506 {
507 bw.write("#");
508 bw.newLine();
509 bw.write(AUTO_GEN_WARN_LINE_1);
510 bw.newLine();
511 bw.write(AUTO_GEN_WARN_LINE_2);
512 bw.newLine();
513 bw.write("#");
514 bw.newLine();
515 bw.write("SOURCELONG:Custom\tSOURCESHORT:Custom");
516 bw.newLine();
517 }
518
519 private static void writeCustomLanguages()
520 {

Callers 2

writeCustomPObjectsMethod · 0.95
writeCustomSpellsMethod · 0.95

Calls 2

newLineMethod · 0.80
writeMethod · 0.65

Tested by

no test coverage detected