edu.washington.lib.utilities
Class ShellCommandResult
java.lang.Object
edu.washington.lib.utilities.ShellCommandResult
public class ShellCommandResult
- extends java.lang.Object
|
Constructor Summary |
ShellCommandResult(int errorCode,
java.util.Vector resultList,
java.util.Vector errorList)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShellCommandResult
public ShellCommandResult(int errorCode,
java.util.Vector resultList,
java.util.Vector errorList)
getErrorCode
public int getErrorCode()
getLine
public java.lang.String getLine(int idx)
length
public int length()
getAll
public java.lang.String getAll()
getErrorLine
public java.lang.String getErrorLine(int idx)
errorLength
public int errorLength()
getAllError
public java.lang.String getAllError()