TestResourceDownloader

public class TestResourceDownloader
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.TestResourceDownloader


這個類別可從檔案系統/GCS/HTTP 下載測試資源檔案。

摘要

公用建構函式

TestResourceDownloader()
TestResourceDownloader(String curlLimitRate)

公用方法

void download(String urlString, File dest)

公用建構函式

TestResourceDownloader

public TestResourceDownloader ()

TestResourceDownloader

public TestResourceDownloader (String curlLimitRate)

參數
curlLimitRate String

公用方法

下載

public void download (String urlString, 
                File dest)

參數
urlString String

dest File