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

Method getPortraitsDir

code/src/java/pcgen/system/PCGenSettings.java:124–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 public static String getPortraitsDir()
125 {
126 return getInstance().getProperty(CHAR_PORTRAITS_PATH);
127 }
128
129 public static String getBackupPcgDir()
130 {

Callers 3

LocationPanelMethod · 0.95
prefsButtonHandlerMethod · 0.95
actionPerformedMethod · 0.95

Calls 2

getInstanceMethod · 0.95
getPropertyMethod · 0.45

Tested by

no test coverage detected