DeviceConcurrentUtil.ShellCommandCallable

public static abstract class DeviceConcurrentUtil.ShellCommandCallable
extends Object

java.lang.Object
com.android.tradefed.util.DeviceConcurrentUtil.ShellCommandCallable<V>


يشير هذا المصطلح إلى ERROR(/Callable) يتضمّن تفاصيل تنفيذ أمر Shell على. ITestDevice.

يجب تنفيذ processOutput(String) لمعالجة الأمر. المخرجات وتحديد عائد Callable

ملخّص

شركة إنشاءات عامة

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

الطرق العامة

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

شركة إنشاءات عامة

واجهة ShellCommandCallable

public ShellCommandCallable ()

واجهة ShellCommandCallable

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

المعلمات
device ITestDevice

command String

timeout long

الطرق العامة

مكالمة

public V call ()

المرتجعات
V

ناتج العملية

public abstract V processOutput (String output)

المعلمات
output String

المرتجعات
V

أمر setCommand

public ShellCommandCallable<V> setCommand (String command)

المعلمات
command String

المرتجعات
ShellCommandCallable<V>

ضبط الجهاز

public ShellCommandCallable<V> setDevice (ITestDevice device)

المعلمات
device ITestDevice

المرتجعات
ShellCommandCallable<V>

المهلة المحدّدة

public ShellCommandCallable<V> setTimeout (long timeout)

المعلمات
timeout long

المرتجعات
ShellCommandCallable<V>