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
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 |
static
void
|
replaceKeystore(IKeyStoreClient keyClient,
Replace keystore options in place. |
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 |
replaceKeystore
public static void replaceKeystore (IKeyStoreClient keyClient,argList)
Replace keystore options in place.
Parameters | |
---|---|
keyClient |
IKeyStoreClient |
argList |
|