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。 |