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

Method getPaperInfo

code/src/java/pcgen/core/Globals.java:314–317  ·  view source on GitHub ↗

Get paper info @param infoType @return paper info

(final int infoType)

Source from the content-addressed store, hash-verified

312 * @return paper info
313 */
314 public static String getPaperInfo(final int infoType)
315 {
316 return getPaperInfo(selectedPaper, infoType);
317 }
318
319 /**
320 * Get paper info

Callers 8

getTokenMethod · 0.95
OutputPanelMethod · 0.95
unparseMethod · 0.45
unparseMethod · 0.45
unparseMethod · 0.45
unparseMethod · 0.45
unparseMethod · 0.45
unparseMethod · 0.45

Calls 3

getPaperCountMethod · 0.95
getSortedPaperInfoMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected