可執行動作
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()
|
公用建構函式
可執行動作
public ExecutableAction ()
公用方法
應用實例
public abstract Action action ()
傳回 | |
---|---|
Action |
actionDigest
public abstract Digest actionDigest ()
傳回 | |
---|---|
Digest |
Command 鍵
public abstract Command command ()
傳回 | |
---|---|
Command |
指令摘要
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 |