MCPcopy Create free account
hub / github.com/apache/pig / getFileName

Method getFileName

src/org/apache/pig/tools/pigstats/ScriptState.java:364–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362 }
363
364 public String getFileName() {
365 return (fileName == null) ? "" : fileName;
366 }
367
368 public void setFileName(String fileName) {
369 this.fileName = fileName;

Callers 3

getPigAuditIdMethod · 0.95
parseMethod · 0.95
getErrorMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected