使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
TradefedSandbox
public
class
TradefedSandbox
extends Object
implements
ISandbox
java.lang.Object 中
|
↳ |
com.android.tradefed.sandbox.TradefedSandbox
|
可以运行 Trade Federation 调用的沙盒容器。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()
清理可能已更改的所有状态、文件或环境。
|
字段
SANDBOX_已启用
public static final String SANDBOX_ENABLED
公共构造函数
TradefedSandbox
public TradefedSandbox ()
公共方法
createThinLauncherConfig
public IConfiguration createThinLauncherConfig (String[] args,
IKeyStoreClient keyStoreClient,
IRunUtil runUtil,
File globalConfig)
特殊模式已与主运行断开连接:当某个配置似乎不存在于
我们将回退到精简启动器,尝试使用当前的
并填写工作目录,以便完整地在
版本化目录。
参数 |
args |
String :原始命令行参数。 |
keyStoreClient |
IKeyStoreClient :用于创建配置的当前密钥库客户端。 |
runUtil |
IRunUtil :要运行主机命令的当前 IRunUtil 。 |
globalConfig |
File :用于运行 TF 子进程的全局配置。 |
返回 |
IConfiguration |
指向 NON_VERSIONED 对象的 TF 配置 XML 的文件。退货
如果无法创建精简启动器配置,则返回 null。 |
getTradefedSandboxEnvironment
public File getTradefedSandboxEnvironment (IInvocationContext context,
IConfiguration nonVersionedConfig,
ITestLogger logger,
String[] args)
参数 |
context |
IInvocationContext |
nonVersionedConfig |
IConfiguration |
logger |
ITestLogger |
args |
String |
拆解
public void tearDown ()
清理可能已更改的所有状态、文件或环境。
受保护的方法
dumpGlobalConfig
protected File dumpGlobalConfig (IConfiguration config,
exclusionPatterns)
转储从某些对象中过滤出的全局配置。
参数 |
config |
IConfiguration |
exclusionPatterns |
|
getJava
protected String getJava ()
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):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": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-08-29\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"]],["最后更新时间 (UTC):2024-08-29。"]]