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

公共方法

download

public void download (String urlString, 
                File dest)

参数
urlString String

dest File