edu.washington.lib.utilities
Class ShellCommandResult

java.lang.Object
  extended by 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)
           
 
Method Summary
 int errorLength()
           
 java.lang.String getAll()
           
 java.lang.String getAllError()
           
 int getErrorCode()
           
 java.lang.String getErrorLine(int idx)
           
 java.lang.String getLine(int idx)
           
 int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellCommandResult

public ShellCommandResult(int errorCode,
                          java.util.Vector resultList,
                          java.util.Vector errorList)
Method Detail

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()