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 | 
        |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-04-28 UTC.