SubprocessReportingHelper
public class SubprocessReportingHelper
extends Object
java.lang.Object |
↳ | com.android.tradefed.cluster.SubprocessReportingHelper |
クラスター コマンドのサブプロセス結果レポーターを使用するためのラッパー構成ファイルを作成するためのクラス。
まとめ
パブリック コンストラクター
SubprocessReportingHelper
public SubprocessReportingHelper (String commandLine,
String classpath,
File workDir,
String port)
パラメーター |
---|
commandLine | String |
classpath | String |
workDir | File |
port | String |
公開メソッド
buildSubprocessReporterJar
public File buildSubprocessReporterJar ()
tradefed.jar から抽出 .class ファイルを動的に生成し、新しいサブプロセス結果レポーター jar を生成します。
戻り値 |
---|
File | 注入するサブプロセス結果レポーター jar。 |