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