org.utgenome.shell
クラス Maven.CommandExecutor

java.lang.Object
  上位を拡張 org.utgenome.shell.Maven.CommandExecutor
含まれているクラス:
Maven

public static class Maven.CommandExecutor
extends Object


コンストラクタの概要
Maven.CommandExecutor()
           
 
メソッドの概要
static int exec(String commandLine)
           
static int exec(String commandLine, String[] envp, File workingDir)
           
 int execCommand(String commandLine, String[] envp, File workingDir)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Maven.CommandExecutor

public Maven.CommandExecutor()
メソッドの詳細

execCommand

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

exec

public static int exec(String commandLine)
                throws IOException
例外:
IOException

exec

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


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