@Deprecated public class Result extends Object
Constructor and Description |
---|
Result(String command,
int exitValue,
String stdin,
String stdout,
String stderr,
String encoding,
long start,
long stop)
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.
|
public String getEncoding()
public String getCommand()
public int getExitValue()
public long getStart()
public long getStop()
public long getElapsed()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.