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

Method newLine

code/src/java/pcgen/io/FileAccess.java:112–123  ·  view source on GitHub ↗

Write a newline @param output

(BufferedWriter output)

Source from the content-addressed store, hash-verified

110 * @param output
111 */
112 public static void newLine(BufferedWriter output)
113 {
114 try
115 {
116 output.newLine();
117 }
118 catch (IOException exception)
119 {
120 ShowMessageDelegate.showMessageDialog(exception.getMessage(), Constants.APPLICATION_NAME,
121 MessageType.ERROR);
122 }
123 }
124
125 /**
126 * Write to the output

Callers 12

saveMethod · 0.95
evaluateIIFChildrenMethod · 0.95
processLoopMethod · 0.95
writeMethod · 0.95
outputMethod · 0.95
writeCustomItemsMethod · 0.80
writeCustomBioSetMethod · 0.80
writeCustomHeaderMethod · 0.80
writeCustomPObjectsMethod · 0.80
writeCustomSpellsMethod · 0.80
mystoreMethod · 0.80

Calls 2

showMessageDialogMethod · 0.95
getMessageMethod · 0.65

Tested by

no test coverage detected