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 :本機檔案。 |
擷取主機資源
protected File fetchHostResource (String name, String value)
從 GCS 將主機資源下載至本機檔案。
參數 | |
---|---|
name |
String :主機資源的名稱。 |
value |
String :主機資源的遠端路徑。 |
傳回 | |
---|---|
File |
本機檔案 |
擲回 | |
---|---|
ConfigurationException |