ExecutableAction
public
abstract
class
ExecutableAction
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.cache.ExecutableAction |
代表可執行動作的值類別。
術語說明:「action」一詞在此處是指遠端執行通訊協定。
摘要
公用建構函式 | |
|---|---|
ExecutableAction()
|
|
公用方法 | |
|---|---|
abstract
Action
|
action()
|
abstract
Digest
|
actionDigest()
|
abstract
Command
|
command()
|
abstract
Digest
|
commandDigest()
|
static
ExecutableAction
|
create(File input, Iterable<String> args,
可建構 |
abstract
MerkleTree
|
input()
|
公用建構函式
ExecutableAction
public ExecutableAction ()
公用方法
應用實例
public abstract Action action ()
| 傳回 | |
|---|---|
Action |
|
actionDigest
public abstract Digest actionDigest ()
| 傳回 | |
|---|---|
Digest |
|
指令
public abstract Command command ()
| 傳回 | |
|---|---|
Command |
|
commandDigest
public abstract Digest commandDigest ()
| 傳回 | |
|---|---|
Digest |
|
create
public static ExecutableAction create (File input, Iterable<String> args,envVariables, long timeout)
建構 ExecutableAction。
| 參數 | |
|---|---|
input |
File |
args |
Iterable |
envVariables |
|
timeout |
long |
| 傳回 | |
|---|---|
ExecutableAction |
|