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>