SandboxConfigDump
public
class
SandboxConfigDump
extends Object
java.lang.Object | |
↳ | com.android.tradefed.sandbox.SandboxConfigDump |
基于命令行创建 IConfiguration
并将其转储到文件的 Runner 类。args:
摘要
字段 | |
---|---|
public
static
final
|
VERSIONED_ELEMENTS
我们不会输出版本化元素,以免父进程在尝试解析这些元素时出现问题 |
公共构造函数 | |
---|---|
SandboxConfigDump()
|
公共方法 | |
---|---|
static
void
|
main(String[] mainArgs)
|
int
|
parse(String[] args)
解析参数并根据其创建 |
static
void
|
replaceKeystore(IKeyStoreClient keyClient,
就地替换密钥库选项。 |
字段
VERSIONED_ELEMENTS
public static finalVERSIONED_ELEMENTS
我们不会输出版本化元素,以免父进程在尝试解析这些元素时出现问题
公共构造函数
SandboxConfigDump
public SandboxConfigDump ()
公共方法
main
public static void main (String[] mainArgs)
参数 | |
---|---|
mainArgs |
String |
replaceKeystore
public static void replaceKeystore (IKeyStoreClient keyClient,argList)
就地替换密钥库选项。
参数 | |
---|---|
keyClient |
IKeyStoreClient |
argList |
|