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 |