ExecutableAction

public abstract class ExecutableAction
extends Object

java.lang.Object
   ↳ com.android.tradefed.cache.ExecutableAction


Một lớp giá trị đại diện cho một hành động có thể thực thi.

Lưu ý về thuật ngữ: "hành động" được dùng ở đây theo nghĩa giao thức thực thi từ xa.

Tóm tắt

Hàm khởi tạo công khai

ExecutableAction()

Phương thức công khai

abstract Action action()
abstract Digest actionDigest()
abstract Command command()
abstract Digest commandDigest()
static ExecutableAction create(File input, Iterable<String> args, envVariables, long timeout)

Tạo ExecutableAction.

abstract MerkleTree input()

Hàm khởi tạo công khai

ExecutableAction

public ExecutableAction ()

Phương thức công khai

hành động

public abstract Action action ()

Giá trị trả về
Action

actionDigest

public abstract Digest actionDigest ()

Giá trị trả về
Digest

lệnh

public abstract Command command ()

Giá trị trả về
Command

commandDigest

public abstract Digest commandDigest ()

Giá trị trả về
Digest

create

public static ExecutableAction create (File input, 
                Iterable<String> args, 
                 envVariables, 
                long timeout)

Tạo ExecutableAction.

Tham số
input File

args Iterable

envVariables

timeout long

Giá trị trả về
ExecutableAction

input

public abstract MerkleTree input ()

Giá trị trả về
MerkleTree