GCSDownloaderHelper (Trình trợ giúp của GCSDownloader)

public class GCSDownloaderHelper
extends Object

java.lang.Object
   ↳ com.android.tradefed.build.gcs.GCSDownloaderHelper


Trình tải xuống cho bộ chứa GCS phụ trách việc lưu vào bộ nhớ đệm và phân giải cấu hình chung.

Tóm tắt

Hàm khởi tạo công khai

GCSDownloaderHelper()

Phương thức công khai

void fetchTestResource(File destFile, String gsPath)

Tìm nạp tài nguyên từ đường dẫn GS.

File fetchTestResource(String gsPath)

Tìm nạp tài nguyên từ đường dẫn GS.

Hàm khởi tạo công khai

GCSDownloaderHelper (Trình trợ giúp của GCSDownloader)

public GCSDownloaderHelper ()

Phương thức công khai

Tìm nạpTestResource

public void fetchTestResource (File destFile, 
                String gsPath)

Tìm nạp tài nguyên từ đường dẫn GS.

Tham số
destFile File: ERROR(/File) trỏ đến tài nguyên được truy xuất.

gsPath String: đường dẫn chứa tài nguyên. Ví dụ: gs://bucket/path/file

Gửi
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError

Tìm nạpTestResource

public File fetchTestResource (String gsPath)

Tìm nạp tài nguyên từ đường dẫn GS.

Tham số
gsPath String: đường dẫn chứa tài nguyên. Ví dụ: gs://bucket/path/file

Giá trị trả về
File ERROR(/File) trỏ đến tài nguyên được truy xuất.

Gửi
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError