com.openexchange.admin.tools
Class ShellExecutor

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

public class ShellExecutor
extends Object


Nested Class Summary
 class ShellExecutor.ArrayOutput
           
 
Constructor Summary
ShellExecutor()
           
 
Method Summary
 ShellExecutor.ArrayOutput executeprocargs(String[] args)
           
 ShellExecutor.ArrayOutput executeprocargs(String[] args, 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(String[] args,
                                                       String[] env)
                                                throws IOException,
                                                       InterruptedException
Throws:
IOException
InterruptedException

executeprocargs

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