GCSHostResourceManager

public class GCSHostResourceManager
extends LocalHostResourceManager

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


從GCS(Google雲存儲)下載主機資源。

概括

公共建設者

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