SandboxConfigDump.DumpCmd
Stay organized with collections
Save and categorize content based on your preferences.
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 | |
---|---|
Sandbox |
FULL_
The full xml based on the command line will be outputted |
Sandbox |
NON_
Only non-versioned element of the xml will be outputted |
Sandbox |
RUN_
A run-ready config will be outputted |
Sandbox |
STRICT_
Mode used to dump the test template only. |
Sandbox |
TEST_
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 |