沙箱配置轉儲
public class SandboxConfigDump
extends Object
java.lang.Object | |
↳ | com.android.tradefed.sandbox.SandboxConfigDump |
基於命令行創建IConfiguration
並將其轉儲到文件的Runner類。 args:
概要
嵌套類 | |
---|---|
enum | SandboxConfigDump.DumpCmd
|
領域 | |
---|---|
public static final | VERSIONED_ELEMENTS 我們不會輸出版本化的元素,以避免在嘗試解決這些問題時導致父流程出現問題 |
公共建設者 | |
---|---|
SandboxConfigDump () |
公開方法 | |
---|---|
static void | main (String[] mainArgs) |
int | parse (String[] args) 解析args並從中創建一個 |
領域
VERSIONED_ELEMENTS
public static finalVERSIONED_ELEMENTS
我們不會輸出版本化的元素,以避免在嘗試解決這些問題時導致父流程出現問題
公共建設者
沙箱配置轉儲
public SandboxConfigDump ()
公開方法
主要
public static void main (String[] mainArgs)
參量 | |
---|---|
mainArgs | String |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.