Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setFileName
Method
setFileName
code/src/java/pcgen/core/character/Follower.java:64–67 ·
view source on GitHub ↗
Set file name @param x
(final String x)
Source
from the content-addressed store, hash-verified
62
* @param x
63
*/
64
public
void
setFileName(
final
String x)
65
{
66
fileName = x;
67
}
68
69
/**
70
* Get file name
Callers
5
addMasterListeners
Method · 0.95
parseFollowerLine
Method · 0.95
parseMasterLine
Method · 0.95
referenceChanged
Method · 0.45
setFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected