com.openexchange.admin.tools
Class ShellExecutor.ArrayOutput

java.lang.Object
  extended by com.openexchange.admin.tools.ShellExecutor.ArrayOutput
Enclosing class:
ShellExecutor

public class ShellExecutor.ArrayOutput
extends Object


Field Summary
 ArrayList<String> errOutput
           
 int exitstatus
           
 ArrayList<String> stdOutput
           
 
Constructor Summary
ShellExecutor.ArrayOutput()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errOutput

public final ArrayList<String> errOutput

stdOutput

public final ArrayList<String> stdOutput

exitstatus

public int exitstatus
Constructor Detail

ShellExecutor.ArrayOutput

public ShellExecutor.ArrayOutput()
Method Detail

toString

public String toString()
Overrides:
toString in class Object