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,完全由版本構件建立。 |