Narzędzia AdbUtils

public class AdbUtils
extends Object

java.lang.Object
com.android.tradefed.util.AdbUtils


Klasa pomocnicza do operacji adb.

Podsumowanie

Konstruktory publiczne

AdbUtils()

Metody publiczne

static File getAdbToUpdate(TestInformation testInfo, String adbPath)

Pobiera specjalne informacje adb set in test, 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.

updateAdb

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.