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

Method setCommandLine

src/org/apache/pig/tools/pigstats/ScriptState.java:376–379  ·  view source on GitHub ↗
(String commandLine)

Source from the content-addressed store, hash-verified

374 }
375
376 public void setCommandLine(String commandLine) {
377 this.commandLine = new String(Base64.encodeBase64(commandLine
378 .getBytes()));
379 }
380
381 public String getCommandLine() {
382 return (commandLine == null) ? "" : commandLine;

Callers 2

runMethod · 0.95
startMethod · 0.80

Calls 1

getBytesMethod · 0.65

Tested by

no test coverage detected