TestResourceDownloader
public
class
TestResourceDownloader
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.cluster.TestResourceDownloader |
用于从文件系统/GCS/HTTP 下载测试资源文件的类。
摘要
公共构造函数 | |
---|---|
TestResourceDownloader()
|
公共方法 | |
---|---|
void
|
download(String urlString, File dest)
|
公共构造函数
TestResourceDownloader
public TestResourceDownloader ()
公共方法
download
public void download (String urlString, File dest)
参数 | |
---|---|
urlString |
String |
dest |
File |