org.utgenome.shell
Class Maven.CommandExecutor

java.lang.Object
  extended by org.utgenome.shell.Maven.CommandExecutor
Enclosing class:
Maven

public static class Maven.CommandExecutor
extends Object


Constructor Summary
Maven.CommandExecutor()
           
 
Method Summary
static int exec(String commandLine)
           
static int exec(String commandLine, String[] envp, File workingDir)
           
 int execCommand(String commandLine, String[] envp, File workingDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Maven.CommandExecutor

public Maven.CommandExecutor()
Method Detail

execCommand

public int execCommand(String commandLine,
                       String[] envp,
                       File workingDir)
                throws IOException
Throws:
IOException

exec

public static int exec(String commandLine)
                throws IOException
Throws:
IOException

exec

public static int exec(String commandLine,
                       String[] envp,
                       File workingDir)
                throws IOException
Throws:
IOException


Copyright © 2007-2012 utgenome.org. All Rights Reserved.