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

Method getBackupPcgDir

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

Source from the content-addressed store, hash-verified

127 }
128
129 public static String getBackupPcgDir()
130 {
131 return getInstance().getProperty(BACKUP_PCG_PATH);
132 }
133
134 public static boolean getCreatePcgBackup()
135 {

Callers 3

LocationPanelMethod · 0.95
prefsButtonHandlerMethod · 0.95
createBackupForFileMethod · 0.95

Calls 2

getInstanceMethod · 0.95
getPropertyMethod · 0.45

Tested by

no test coverage detected