沙箱配置轉儲

public class SandboxConfigDump
extends Object

java.lang.Object
com.android.tradefed.sandbox.SandboxConfigDump


基於命令列建立IConfiguration並將其轉儲到檔案的運行程式類別。參數:

概括

領域

public static final VERSIONED_ELEMENTS

我們不輸出版本化元素,以避免導致父進程在嘗試解決它們時出現問題

公共構造函數

SandboxConfigDump ()

公共方法

static void main (String[] mainArgs)
int parse (String[] args)

解析 args 並從中建立IConfiguration ,然後將其轉儲到結果檔案。

領域

VERSIONED_ELEMENTS

public static final  VERSIONED_ELEMENTS

我們不輸出版本化元素,以避免導致父進程在嘗試解決它們時出現問題

公共構造函數

沙箱配置轉儲

public SandboxConfigDump ()

公共方法

主要的

public static void main (String[] mainArgs)

參數
mainArgs String

解析

public int parse (String[] args)

解析 args 並從中建立IConfiguration ,然後將其轉儲到結果檔案。

參數
args String

退貨
int