@Deprecated public class Result extends Object
| Constructor and Description |
|---|
Result()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Deprecated.
|
long |
getElapsed()
Deprecated.
|
String |
getEncoding()
Deprecated.
|
int |
getExitValue()
Deprecated.
|
long |
getStart()
Deprecated.
|
String |
getStderr()
Deprecated.
|
String |
getStdin()
Deprecated.
|
String |
getStdout()
Deprecated.
|
long |
getStop()
Deprecated.
|
void |
setCommand(String command)
Deprecated.
|
void |
setElapsed(long elapsed)
Deprecated.
|
void |
setEncoding(String encoding)
Deprecated.
|
void |
setExitValue(int exitValue)
Deprecated.
|
void |
setStart(long start)
Deprecated.
|
void |
setStderr(String stderr)
Deprecated.
|
void |
setStdin(String stdin)
Deprecated.
|
void |
setStdout(String stdout)
Deprecated.
|
void |
setStop(long stop)
Deprecated.
|
public Result()
public String getCommand()
public void setCommand(String command)
public String getEncoding()
public void setEncoding(String encoding)
public int getExitValue()
public void setExitValue(int exitValue)
public long getStart()
public void setStart(long start)
public long getStop()
public void setStop(long stop)
public long getElapsed()
public void setElapsed(long elapsed)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.