SubprocessReportingHelper

public class SubprocessReportingHelper
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.SubprocessReportingHelper


建構包裝函式設定檔的類別,為叢集使用子程序結果回報器 指令

摘要

公用建構函式

SubprocessReportingHelper(String commandLine, String classpath, File workDir, String port)

公用方法

File buildSubprocessReporterJar()

動態產生來自 Tradefed .jar 的擷取.class 檔案,並產生新的子程序 結果回報工具 jar 檔案。

公用建構函式

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 檔案。

擲回
IOException