DeviceConcurrentUtil.ShellCommandCallable

public static abstract class DeviceConcurrentUtil.ShellCommandCallable
extends Object

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


シェルコマンド実行の詳細をラップする ERROR(/Callable)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

processOutput

public abstract V processOutput (String output)

パラメータ
output String

戻り値
V

setCommand

public ShellCommandCallable<V> setCommand (String command)

パラメータ
command String

戻り値
ShellCommandCallable<V>

setDevice

public ShellCommandCallable<V> setDevice (ITestDevice device)

パラメータ
device ITestDevice

戻り値
ShellCommandCallable<V>

setTimeout

public ShellCommandCallable<V> setTimeout (long timeout)

パラメータ
timeout long

戻り値
ShellCommandCallable<V>