SandboxConfigDump.DumpCmd

public static final enum SandboxConfigDump.DumpCmd
extends Enum< SandboxConfigDump.DumpCmd >

java.lang.Object
java.lang.Enum< com.android.tradefed.sandbox.SandboxConfigDump.DumpCmd >
com.android.tradefed.sandbox.SandboxConfigDump.DumpCmd


概括

列舉值

SandboxConfigDump.DumpCmd FULL_XML

將輸出基於命令列的完整xml

SandboxConfigDump.DumpCmd NON_VERSIONED_CONFIG

僅輸出 xml 的非版本元素

SandboxConfigDump.DumpCmd RUN_CONFIG

將輸出一個運作就緒的配置

SandboxConfigDump.DumpCmd STRICT_TEST

僅用於轉儲測試模板的模式。

SandboxConfigDump.DumpCmd TEST_MODE

允許沙箱產生另一層沙箱的特殊模式。

公共方法

static SandboxConfigDump.DumpCmd valueOf (String name)
static final DumpCmd[] values ()

列舉值

完整的XML

public static final SandboxConfigDump.DumpCmd FULL_XML

將輸出基於命令列的完整xml

NON_VERSIONED_CONFIG

public static final SandboxConfigDump.DumpCmd NON_VERSIONED_CONFIG

僅輸出 xml 的非版本元素

運行配置

public static final SandboxConfigDump.DumpCmd RUN_CONFIG

將輸出一個運作就緒的配置

嚴格測試

public static final SandboxConfigDump.DumpCmd STRICT_TEST

僅用於轉儲測試模板的模式。

測試模式

public static final SandboxConfigDump.DumpCmd TEST_MODE

允許沙箱產生另一層沙箱的特殊模式。

公共方法

的價值

public static SandboxConfigDump.DumpCmd valueOf (String name)

參數
name String

退貨
SandboxConfigDump.DumpCmd

價值觀

public static final DumpCmd[] values ()

退貨
DumpCmd[]