com.openexchange.admin.tools
Class ShellExecutor

java.lang.Object
  extended by com.openexchange.admin.tools.ShellExecutor

public class ShellExecutor
extends java.lang.Object


Nested Class Summary
 class ShellExecutor.ArrayOutput
           
 
Constructor Summary
ShellExecutor()
           
 
Method Summary
 ShellExecutor.ArrayOutput executeprocargs(java.lang.String[] args)
           
 ShellExecutor.ArrayOutput executeprocargs(java.lang.String[] args, java.lang.String[] env)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellExecutor

public ShellExecutor()
Method Detail

executeprocargs

public final ShellExecutor.ArrayOutput executeprocargs(java.lang.String[] args,
                                                       java.lang.String[] env)
                                                throws java.io.IOException,
                                                       java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

executeprocargs

public final ShellExecutor.ArrayOutput executeprocargs(java.lang.String[] args)
                                                throws java.io.IOException,
                                                       java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException