Narzędzia AdbUtils

public class AdbUtils
extends Object

java.lang.Object
com.android.tradefed.util.Adb Utilitys


Klasa użyteczności operacji adb.

Podsumowanie

Konstruktory publiczne

AdbUtils()

Metody publiczne

static File getAdbToUpdate(TestInformation testInfo, String adbPath)

Pobiera specjalny zestaw adb w informacjach testowych, które powinny być ustawione w PATH.

static void updateAdb(TestInformation testInfo, IRunUtil runUtil, String adbPath)

Aktualizuje $PATH, jeśli używana jest specjalna wersja adb.

Konstruktory publiczne

Narzędzia AdbUtils

public AdbUtils ()

Metody publiczne

getAdbToUpdate,

public static File getAdbToUpdate (TestInformation testInfo, 
                String adbPath)

Pobiera specjalny zestaw adb w informacjach testowych, które powinny być ustawione w PATH.

Parametry
testInfo TestInformation: obiekt TestInformation.

adbPath String: ścieżka do pliku binarnego adb.

Zwroty
File Narzędzie adb, które powinno być ustawione w PATH.

aktualizuj Adb

public static void updateAdb (TestInformation testInfo, 
                IRunUtil runUtil, 
                String adbPath)

Aktualizuje $PATH, jeśli używana jest specjalna wersja adb.

Parametry
testInfo TestInformation: obiekt TestInformation.

runUtil IRunUtil: obiekt IRunUtil używany do uruchamiania polecenia systemowego.

adbPath String: ścieżka do pliku binarnego adb.