org.forester.util
Class CommandProcessBuilder

java.lang.Object
  extended by org.forester.util.CommandProcessBuilder

public class CommandProcessBuilder
extends java.lang.Object


Constructor Summary
CommandProcessBuilder()
           
 
Method Summary
static java.lang.Process execute(java.util.List<java.lang.String> command, java.io.File working_dir)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandProcessBuilder

public CommandProcessBuilder()
Method Detail

execute

public static java.lang.Process execute(java.util.List<java.lang.String> command,
                                        java.io.File working_dir)
                                 throws java.lang.InterruptedException,
                                        java.io.IOException
Throws:
java.lang.InterruptedException
java.io.IOException

main

public static void main(java.lang.String[] args)