GCSDownloaderHelper
public
class
GCSDownloaderHelper
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.build.gcs.GCSDownloaderHelper |
负责缓存和解析全局配置的 GCS 存储分区的下载器。
摘要
公共构造函数 | |
---|---|
GCSDownloaderHelper()
|
公共方法 | |
---|---|
void
|
fetchTestResource(File destFile, String gsPath)
从 GS 路径中提取资源。 |
File
|
fetchTestResource(String gsPath)
从 GS 路径中提取资源。 |
公共构造函数
GCSDownloaderHelper
public GCSDownloaderHelper ()
公共方法
获取测试资源
public void fetchTestResource (File destFile, String gsPath)
从 GS 路径中提取资源。
参数 | |
---|---|
destFile |
File :指向检索到的资源的 ERROR(/File) 。 |
gsPath |
String :资源所在的路径。例如:gs://bucket/path/file |
抛出 | |
---|---|
|
com.android.tradefed.build.BuildRetrievalError |
BuildRetrievalError |
获取测试资源
public File fetchTestResource (String gsPath)
从 GS 路径中提取资源。
参数 | |
---|---|
gsPath |
String :资源所在的路径。例如:gs://bucket/path/file |
返回 | |
---|---|
File |
指向检索到的资源的 ERROR(/File) 。 |
抛出 | |
---|---|
|
com.android.tradefed.build.BuildRetrievalError |
BuildRetrievalError |