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

Method getFileName

code/src/java/pcgen/core/character/Follower.java:73–76  ·  view source on GitHub ↗

Get file name @return file name

()

Source from the content-addressed store, hash-verified

71 * @return file name
72 */
73 public String getFileName()
74 {
75 return fileName;
76 }
77
78 /**
79 * Set name

Callers 15

getMasterMethod · 0.95
getMasterPCMethod · 0.95
resolveMethod · 0.95
parseFollowerLineMethod · 0.95
parseMasterLineMethod · 0.95
appendFollowerLinesMethod · 0.95
getFollowerOfTokenMethod · 0.45
getThumbnailTokenMethod · 0.45
getFollowerListTokenMethod · 0.45
initCompDataMethod · 0.45
addCompanionMethod · 0.45
removeCompanionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected