GCSHostResourceManager

public class GCSHostResourceManager
extends LocalHostResourceManager

java.lang.Object
   ↳ com.android.tradefed.host.LocalHostResourceManager
     ↳ com.android.tradefed.host.gcs.GCSHostResourceManager


從 GCS (Google Cloud Storage) 下載主機資源。

摘要

公用建構函式

GCSHostResourceManager()

受保護的方法

void clearHostResource(String name, File localFile)

清除本機主機資源。

File fetchHostResource(String name, String value)

從 GCS 下載主機資源至本機檔案。

公用建構函式

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:主機資源的遠端路徑。

傳回
File 本機檔案。

擲回
ConfigurationException