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

Method getParamFiles

src/org/apache/pig/impl/PigContext.java:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 public List<String> getParamFiles() {
223 return paramFiles;
224 }
225 public void setParamFiles(List<String> paramFiles) {
226 this.paramFiles = paramFiles;
227 }

Callers 1

replaceParametersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected