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 java.lang.Object


Constructor Summary
Maven.CommandExecutor()
           
 
Method Summary
static void exec(java.lang.String commandLine)
           
static void exec(java.lang.String commandLine, java.lang.String[] envp, java.io.File workingDir)
           
 void execCommand(java.lang.String commandLine, java.lang.String[] envp, java.io.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 void execCommand(java.lang.String commandLine,
                        java.lang.String[] envp,
                        java.io.File workingDir)
                 throws java.io.IOException
Throws:
java.io.IOException

exec

public static void exec(java.lang.String commandLine)
                 throws java.io.IOException
Throws:
java.io.IOException

exec

public static void exec(java.lang.String commandLine,
                        java.lang.String[] envp,
                        java.io.File workingDir)
                 throws java.io.IOException
Throws:
java.io.IOException


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.