Wynik poleceń

public class CommandResult
extends Object

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


Zawiera wynik polecenia.

Podsumowanie

Konstruktory publiczne

CommandResult()

Utwórz element CommandResult z domyślnym stanem CommandStatus#TIMED_OUT.

CommandResult(CommandStatus status)

Utwórz obiekt CommandResult o podanym stanie.

Metody publiczne

Integer getExitCode()

Pobierz kod wyjścia/zwrotu wygenerowany przez polecenie.

CommandStatus getStatus()

sprawdzić stan polecenia,

String getStderr()

Pobierz standardowe dane wyjściowe błędów generowane przez polecenie.

String getStdout()

Pobierz standardowe dane wyjściowe generowane przez polecenie.

boolean isCached()

Wskazuje, czy wynik pochodzi z pamięci podręcznej.

void setCached(boolean cached)
void setExitCode(int exitCode)
void setStatus(CommandStatus status)
void setStderr(String stderr)
void setStdout(String stdout)
String toString()

Zwraca obiekt w postaci ciągu.

Konstruktory publiczne

Wynik poleceń

public CommandResult ()

Utwórz element CommandResult z domyślnym stanem CommandStatus#TIMED_OUT.

Wynik poleceń

public CommandResult (CommandStatus status)

Utwórz obiekt CommandResult o podanym stanie.

Parametry
status CommandStatus: CommandStatus

Metody publiczne

getExitCode

public Integer getExitCode ()

Pobierz kod wyjścia/zwrotu wygenerowany przez polecenie.

Zwroty
Integer kod wyjścia lub null, jeśli nie jest ustawiony

getStatus

public CommandStatus getStatus ()

sprawdzić stan polecenia,

Zwroty
CommandStatus CommandStatus

getStderr,

public String getStderr ()

Pobierz standardowe dane wyjściowe błędów generowane przez polecenie.

Zwroty
String błąd standardowy lub null, jeśli nie można pobrać danych wyjściowych

getStdout,

public String getStdout ()

Pobierz standardowe dane wyjściowe generowane przez polecenie.

Zwroty
String standardowy strumień danych wyjściowych lub null, jeśli nie można pobrać danych wyjściowych

w pamięci podręcznej

public boolean isCached ()

Wskazuje, czy wynik pochodzi z pamięci podręcznej.

Zwroty
boolean

setCached

public void setCached (boolean cached)

Parametry
cached boolean

ustawKodWyjściowy

public void setExitCode (int exitCode)

Parametry
exitCode int

setStatus

public void setStatus (CommandStatus status)

Parametry
status CommandStatus

Stderr

public void setStderr (String stderr)

Parametry
stderr String

setStdout,

public void setStdout (String stdout)

Parametry
stdout String

Ciąg

public String toString ()

Zwraca obiekt w postaci ciągu. Wartość standardowa/błędu może być bardzo duża.

Zwroty
String