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