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

Method setVariableSource

code/src/java/pcgen/util/PJEP.java:296–303  ·  view source on GitHub ↗

@param variableSource The variableSource to set.

(String variableSource)

Source from the content-addressed store, hash-verified

294 * @param variableSource The variableSource to set.
295 */
296 protected void setVariableSource(String variableSource)
297 {
298 this.variableSource = variableSource;
299 for (PCGenCommand com : localCommandList)
300 {
301 com.setVariableSource(variableSource);
302 }
303 }
304
305 /**
306 * @param parent The parent to set.

Callers 1

aquireMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected