DeviceConcurrentUtil.ShellCommandCallable

public static abstract class DeviceConcurrentUtil.ShellCommandCallable
extends Object

Java.lang.Nesne
🎃 com.android.tradefed.util.DeviceConcurrentUtil.ShellCommandCallable<V>


Şu konumda kabuk komutunu çalıştırmanın ayrıntılarını sarmalayan bir ERROR(/Callable): ITestDevice.

Komutun işlenmesi için processOutput(String) uygulanmalıdır çıktısını verir ve Callable işlevinin dönüşünü belirler.

Özet

Kamu inşaatçıları

ShellCommandCallable()
ShellCommandCallable(ITestDevice device, String command, long timeout)

Herkese açık yöntemler

V call()
abstract V processOutput(String output)
ShellCommandCallable<V> setCommand(String command)
ShellCommandCallable<V> setDevice(ITestDevice device)
ShellCommandCallable<V> setTimeout(long timeout)

Kamu inşaatçıları

ShellCommandCallable

public ShellCommandCallable ()

ShellCommandCallable

public ShellCommandCallable (ITestDevice device, 
                String command, 
                long timeout)

Parametreler
device ITestDevice

command String

timeout long

Herkese açık yöntemler

call

public V call ()

İlerlemeler
V

süreçÇıktı

public abstract V processOutput (String output)

Parametreler
output String

İlerlemeler
V

setCommand

public ShellCommandCallable<V> setCommand (String command)

Parametreler
command String

İlerlemeler
ShellCommandCallable<V>

setCihazı

public ShellCommandCallable<V> setDevice (ITestDevice device)

Parametreler
device ITestDevice

İlerlemeler
ShellCommandCallable<V>

setZaman aşımı

public ShellCommandCallable<V> setTimeout (long timeout)

Parametreler
timeout long

İlerlemeler
ShellCommandCallable<V>