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