GCSHostResourceManager
public class GCSHostResourceManager
extends LocalHostResourceManager
java.lang.Object |
↳ | com.android.tradefed.host.LocalHostResourceManager |
| ↳ | com.android.tradefed.host.gcs.GCSHostResourceManager |
从GCS(Google云存储)下载主机资源。
概括
公共建设者
GCSHostResourceManager
public GCSHostResourceManager ()
受保护的方法
clearHostResource
protected void clearHostResource (String name,
File localFile)
清除本地主机资源。
参数 |
---|
name | String :主机资源的ID。 |
localFile | File :本地文件。 |
fetchHostResource
protected File fetchHostResource (String name,
String value)
从GCS将主机资源下载到本地文件。
参数 |
---|
name | String :主机资源的名称。 |
value | String :主机资源的远程路径。 |