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

Method readForPreview

code/src/java/pcgen/io/IOHandler.java:66–69  ·  view source on GitHub ↗

Reads a player character from a character (PCG) file suitable for preview. @param aPC a player character @param path a character (PCG) file path

(final PlayerCharacter aPC, final String path)

Source from the content-addressed store, hash-verified

64 * @param path a character (PCG) file path
65 */
66 public final void readForPreview(final PlayerCharacter aPC, final String path)
67 {
68 internalRead(aPC, path, false);
69 }
70
71 private void internalRead(final PlayerCharacter aPC, final String path, final boolean validate)
72 {

Callers

nothing calls this directly

Calls 1

internalReadMethod · 0.95

Tested by

no test coverage detected