SandboxConfigDump
public
class
SandboxConfigDump
extends Object
java.lang.Object | |
↳ | com.android.tradefed.sandbox.SandboxConfigDump |
Runner class that creates a IConfiguration
based on a command line and dump it to a file.
args:
Summary
Nested classes | |
---|---|
enum |
SandboxConfigDump.DumpCmd
|
Fields | |
---|---|
public
static
final
|
VERSIONED_ELEMENTS
We do not output the versioned elements to avoid causing the parent process to have issues with them when trying to resolve them |
Public constructors | |
---|---|
SandboxConfigDump()
|
Public methods | |
---|---|
static
void
|
main(String[] mainArgs)
|
int
|
parse(String[] args)
Parse the args and creates a |
Fields
VERSIONED_ELEMENTS
public static finalVERSIONED_ELEMENTS
We do not output the versioned elements to avoid causing the parent process to have issues with them when trying to resolve them
Public constructors
SandboxConfigDump
public SandboxConfigDump ()
Public methods
main
public static void main (String[] mainArgs)
Parameters | |
---|---|
mainArgs |
String |
parse
public int parse (String[] args)
Parse the args and creates a IConfiguration
from it then dumps it to the result file.
Parameters | |
---|---|
args |
String |
Returns | |
---|---|
int |
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2019-10-02 (世界標準時間)。