TestResourceDownloader

public class TestResourceDownloader
extends Object

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


Klasa do pobierania plików zasobów testowych z systemu plików, GCS lub HTTP.

Podsumowanie

Konstruktory publiczne

TestResourceDownloader()
TestResourceDownloader(String curlLimitRate)

Metody publiczne

void download(String urlString, File dest)

Konstruktory publiczne

TestResourceDownloader

public TestResourceDownloader ()

TestResourceDownloader

public TestResourceDownloader (String curlLimitRate)

Parametry
curlLimitRate String

Metody publiczne

download

public void download (String urlString, 
                File dest)

Parametry
urlString String

dest File

Zgłasza
IOException