Asystent pobierania GCS
public
class
GCSDownloaderHelper
extends Object
java.lang.Object | |
↳ | com.android.tradefed.build.gcs.GCSDownloaderHelper |
Narzędzie do pobierania dla zasobnika GCS, które dba o buforowanie i rozpoznawanie konfiguracji globalnej.
Podsumowanie
Konstruktory publiczne | |
---|---|
GCSDownloaderHelper()
|
Metody publiczne | |
---|---|
void
|
fetchTestResource(File destFile, String gsPath)
Pobierz zasób ze ścieżki GS. |
File
|
fetchTestResource(String gsPath)
Pobierz zasób ze ścieżki GS. |
Konstruktory publiczne
Asystent pobierania GCS
public GCSDownloaderHelper ()
Metody publiczne
downloadTestResource
public void fetchTestResource (File destFile, String gsPath)
Pobierz zasób ze ścieżki GS.
Parametry | |
---|---|
destFile |
File : ERROR(/File) wskazujący pobrany zasób. |
gsPath |
String : ścieżka, w której znajduje się zasób. Na przykład: gs://zasobnik/ścieżka/plik |
Rzuty | |
---|---|
|
com.android.tradefed.build.BuildRetrievalError |
BuildRetrievalError |
downloadTestResource
public File fetchTestResource (String gsPath)
Pobierz zasób ze ścieżki GS.
Parametry | |
---|---|
gsPath |
String : ścieżka, w której znajduje się zasób. Na przykład: gs://zasobnik/ścieżka/plik |
Zwroty | |
---|---|
File |
ERROR(/File) wskazujący pobrany zasób. |
Rzuty | |
---|---|
|
com.android.tradefed.build.BuildRetrievalError |
BuildRetrievalError |