public final class ScriptContext extends Object
Constructor and Description |
---|
ScriptContext() |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
boolean |
getDebug() |
int |
getExitCode() |
String |
getHostName() |
String |
getScriptName() |
StringBuilder |
getStdErr() |
StringBuilder |
getStdOut() |
boolean |
getStripStdErr() |
boolean |
getStripStdOut() |
void |
setCommand(String value) |
void |
setDebug(boolean value) |
void |
setExitCode(int value) |
void |
setHostName(String value) |
void |
setScriptName(String value) |
void |
setStripStdErr(boolean value) |
void |
setStripStdOut(boolean value) |
String |
toString() |
public void setScriptName(String value)
public String getScriptName()
public void setHostName(String value)
public String getHostName()
public void setCommand(String value)
public String getCommand()
public void setDebug(boolean value)
public boolean getDebug()
public void setStripStdOut(boolean value)
public boolean getStripStdOut()
public void setStripStdErr(boolean value)
public boolean getStripStdErr()
public void setExitCode(int value)
public int getExitCode()
public StringBuilder getStdOut()
public StringBuilder getStdErr()
Copyright © 2016. All rights reserved.