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


Summary

Enum values

SandboxConfigDump.DumpCmd  FULL_XML

The full xml based on the command line will be outputted 

SandboxConfigDump.DumpCmd  NON_VERSIONED_CONFIG

Only non-versioned element of the xml will be outputted 

SandboxConfigDump.DumpCmd  RUN_CONFIG

A run-ready config will be outputted 

SandboxConfigDump.DumpCmd  STRICT_TEST

Mode used to dump the test template only. 

SandboxConfigDump.DumpCmd  TEST_MODE

Special mode that allows the sandbox to generate another layer of sandboxing. 

Public methods

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

Enum values

FULL_XML

public static final SandboxConfigDump.DumpCmd FULL_XML

The full xml based on the command line will be outputted

NON_VERSIONED_CONFIG

public static final SandboxConfigDump.DumpCmd NON_VERSIONED_CONFIG

Only non-versioned element of the xml will be outputted

RUN_CONFIG

public static final SandboxConfigDump.DumpCmd RUN_CONFIG

A run-ready config will be outputted

STRICT_TEST

public static final SandboxConfigDump.DumpCmd STRICT_TEST

Mode used to dump the test template only.

TEST_MODE

public static final SandboxConfigDump.DumpCmd TEST_MODE

Special mode that allows the sandbox to generate another layer of sandboxing.

Public methods

valueOf

public static SandboxConfigDump.DumpCmd valueOf (String name)

Parameters
name String

Returns
SandboxConfigDump.DumpCmd

values

public static final DumpCmd[] values ()

Returns
DumpCmd[]