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 UTC。