SandboxThinLauncher
public
class
SandboxThinLauncher
extends Object
| java.lang.Object | |
| ↳ | com.google.android.tradefed.sandbox.SandboxThinLauncher |
מפעיל דק שמנסה ליצור את ההקשר עם הגרסה בשלב מוקדם כדי לקבל הגדרה שאולי לא קיימת בהורה.
סיכום
constructors ציבוריים | |
|---|---|
SandboxThinLauncher(ISandbox sandbox, ITestLogger logger, String[] args, IRunUtil runUtil, File globalConfig)
Ctor. |
|
methods ציבוריים | |
|---|---|
IConfiguration
|
createConfiguration(IKeyStoreClient keyStoreClient)
יוצרים את |
constructors ציבוריים
SandboxThinLauncher
public SandboxThinLauncher (ISandbox sandbox, ITestLogger logger, String[] args, IRunUtil runUtil, File globalConfig)
Ctor.
| פרמטרים | |
|---|---|
sandbox |
ISandbox |
logger |
ITestLogger |
args |
String |
runUtil |
IRunUtil |
globalConfig |
File |
methods ציבוריים
createConfiguration
public IConfiguration createConfiguration (IKeyStoreClient keyStoreClient)
יוצרים את IConfiguration מהקובץ שנטען.
| פרמטרים | |
|---|---|
keyStoreClient |
IKeyStoreClient: IKeyStoreClient שבו יש להשתמש כשמעלים את ההגדרות. |
| החזרות | |
|---|---|
IConfiguration |
IConfiguration שנוצר באופן מלא מארטיפקט הגרסה. |