DeviceConcurrentUtil.ShellCommandCallable
public static abstract class DeviceConcurrentUtil.ShellCommandCallable
extends Object
java.lang.Objeto |
↳ | com.android.tradefed.util.DeviceConcurrentUtil.ShellCommandCallable<V> |
Un ERROR(/Callable)
que incluye los detalles de la ejecución del comando de shell en un ITestDevice
.
Debe implementar processOutput(String)
para procesar la salida del comando y determinar el retorno del Callable
Resumen
Constructores públicos
Comando ShellInvocable
public ShellCommandCallable ()
Comando ShellInvocable
public ShellCommandCallable (ITestDevice device,
String command,
long timeout)
Parámetros |
---|
device | ITestDevice |
command | String |
timeout | long |
Métodos públicos
procesoSalida
public abstract V processOutput (String output)
establecer comando
public ShellCommandCallable<V> setCommand (String command)
Parámetros |
---|
command | String |
establecer dispositivo
public ShellCommandCallable<V> setDevice (ITestDevice device)
Parámetros |
---|
device | ITestDevice |