org.utgenome.shell
Class Maven.CommandExecutor
java.lang.Object
org.utgenome.shell.Maven.CommandExecutor
- Enclosing class:
- Maven
public static class Maven.CommandExecutor
- extends java.lang.Object
Method Summary |
static int |
exec(java.lang.String commandLine)
|
static int |
exec(java.lang.String commandLine,
java.lang.String[] envp,
java.io.File workingDir)
|
int |
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 |
Maven.CommandExecutor
public Maven.CommandExecutor()
execCommand
public int execCommand(java.lang.String commandLine,
java.lang.String[] envp,
java.io.File workingDir)
throws java.io.IOException
- Throws:
java.io.IOException
exec
public static int exec(java.lang.String commandLine)
throws java.io.IOException
- Throws:
java.io.IOException
exec
public static int exec(java.lang.String commandLine,
java.lang.String[] envp,
java.io.File workingDir)
throws java.io.IOException
- Throws:
java.io.IOException

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