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。

擲回
java.io.IOException
IOException