透過集合功能整理內容
你可以依據偏好儲存及分類內容。
貿易沙箱
public
class
TradefedSandbox
extends Object
implements
ISandbox
java.lang.Object
|
↳ |
com.android.tradefed.sandbox.TradefedSandbox
|
可執行貿易聯盟叫用的沙箱容器。TODO:允許將選項傳遞至
沙箱中。
摘要
公用方法 |
String
|
createClasspath(File workingDir)
根據環境和 ISandbox.getTradefedSandboxEnvironment(com.android.tradefed.invoker.IInvocationContext, com.android.tradefed.config.IConfiguration, String[]) 傳回的工作目錄建立類別路徑。
|
IConfiguration
|
createThinLauncherConfig(String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig)
特殊模式與主要執行作業中斷連線:如果設定未顯示在
我們會改回使用精簡的啟動器,嘗試設定沙箱
並輸入工作目錄,即可直接在
版本化目錄
|
File
|
getTradefedSandboxEnvironment(IInvocationContext context, IConfiguration nonVersionedConfig, ITestLogger logger, String[] args)
|
Exception
|
prepareEnvironment(IInvocationContext context, IConfiguration config, ITestInvocationListener listener)
準備讓沙箱正常執行環境。
|
CommandResult
|
run(TestInformation info, IConfiguration config, ITestLogger logger)
使用已設定的環境執行沙箱。
|
void
|
tearDown()
清除任何可能已變更的狀態、檔案或環境。
|
欄位
已啟用沙箱
public static final String SANDBOX_ENABLED
公用建構函式
貿易沙箱
public TradefedSandbox ()
公用方法
createThinLauncherConfig
public IConfiguration createThinLauncherConfig (String[] args,
IKeyStoreClient keyStoreClient,
IRunUtil runUtil,
File globalConfig)
特殊模式與主要執行作業中斷連線:如果設定未顯示在
我們會改回使用精簡的啟動器,嘗試設定沙箱
並輸入工作目錄,即可直接在
版本化目錄
參數 |
args |
String :原始指令列引數。 |
keyStoreClient |
IKeyStoreClient :用於建立設定目前的 KeyStore 用戶端。 |
runUtil |
IRunUtil :目前用於執行主機指令的 IRunUtil 。 |
globalConfig |
File :用來執行 TF 子程序的全域設定。 |
傳回 |
IConfiguration |
指向 TF 設定 XML 的檔案 (適用於 NON_VERSIONED 物件)。退貨程序
如果無法建立精簡啟動器設定,則為空值。 |
getTradefedSandboxEnvironment
public File getTradefedSandboxEnvironment (IInvocationContext context,
IConfiguration nonVersionedConfig,
ITestLogger logger,
String[] args)
參數 |
context |
IInvocationContext |
nonVersionedConfig |
IConfiguration |
logger |
ITestLogger |
args |
String |
TearDown
public void tearDown ()
清除任何可能已變更的狀態、檔案或環境。
保護方法
dumpGlobalConfig
protected File dumpGlobalConfig (IConfiguration config,
exclusionPatterns)
傾印從某些物件中篩除的全域設定。
參數 |
config |
IConfiguration |
exclusionPatterns |
|
getJava
protected String getJava ()
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-08-29 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-29 (世界標準時間)。"]]