SandboxConfigDump
public
class
SandboxConfigDump
extends Object
java.lang.Object | |
↳ | com.android.tradefed.sandbox.SandboxConfigDump |
這個 Runner 類別會根據指令列建立 IConfiguration
,並將其傾印到檔案中。args:
摘要
欄位 | |
---|---|
public
static
final
|
VERSIONED_ELEMENTS
我們不會輸出版本化元素,以免在嘗試解析時,導致父項程序發生問題 |
公用建構函式 | |
---|---|
SandboxConfigDump()
|
公用方法 | |
---|---|
static
void
|
main(String[] mainArgs)
|
int
|
parse(String[] args)
剖析 args,並從中建立 |
static
void
|
replaceKeystore(IKeyStoreClient keyClient,
取代原有的 KeyStore 選項。 |
欄位
VERSIONED_ELEMENTS
public static finalVERSIONED_ELEMENTS
我們不會輸出版本化元素,以免在嘗試解析時,導致父項程序發生問題
公用建構函式
SandboxConfigDump
public SandboxConfigDump ()
公用方法
主要
public static void main (String[] mainArgs)
參數 | |
---|---|
mainArgs |
String |
parse
public int parse (String[] args)
剖析 args,並從中建立 IConfiguration
,然後將其傾印到結果檔案。
參數 | |
---|---|
args |
String |
傳回 | |
---|---|
int |
replaceKeystore
public static void replaceKeystore (IKeyStoreClient keyClient,argList)
將 KeyStore 選項替換為原地選項。
參數 | |
---|---|
keyClient |
IKeyStoreClient |
argList |
|