SandboxThinLauncher
public
class
SandboxThinLauncher
extends Object
| java.lang.Object | |
| ↳ | com.google.android.tradefed.sandbox.SandboxThinLauncher |
精简启动器,尝试尽早创建版本化上下文,以便可能获取父级中不存在的配置。
摘要
公共构造函数 | |
|---|---|
SandboxThinLauncher(ISandbox sandbox, ITestLogger logger, String[] args, IRunUtil runUtil, File globalConfig)
Ctor。 |
|
公共方法 | |
|---|---|
IConfiguration
|
createConfiguration(IKeyStoreClient keyStoreClient)
根据已加载的文件创建 |
公共构造函数
SandboxThinLauncher
public SandboxThinLauncher (ISandbox sandbox, ITestLogger logger, String[] args, IRunUtil runUtil, File globalConfig)
Ctor.
| 参数 | |
|---|---|
sandbox |
ISandbox |
logger |
ITestLogger |
args |
String |
runUtil |
IRunUtil |
globalConfig |
File |
公共方法
createConfiguration
public IConfiguration createConfiguration (IKeyStoreClient keyStoreClient)
根据已加载的文件创建 IConfiguration。
| 参数 | |
|---|---|
keyStoreClient |
IKeyStoreClient:加载配置时要使用的 IKeyStoreClient。 |
| 返回 | |
|---|---|
IConfiguration |
完全从版本制品创建的 IConfiguration。 |