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 |