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 から extract.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 から extract.class ファイルを動的に生成し、新しいサブプロセスを生成する 結果レポーターの jar です。
戻り値 | |
---|---|
File |
挿入するサブプロセス結果レポーター jar。 |
例外 | |
---|---|
|
IOException |