SandboxConfigDump.DumpCmd

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

对象
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 ()

枚举值

FULL_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

将输出可运行的配置

STRICT_TEST

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[]