Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LocationPanel
Method · 0.95
prefsButtonHandler
Method · 0.95
createBackupForFile
Method · 0.95
Calls
2
getInstance
Method · 0.95
getProperty
Method · 0.45
Tested by
no test coverage detected