Hành động có thể thực thi

public abstract class ExecutableAction
extends Object

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


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

Ghi chú 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

Hành động có thể thực thi

public ExecutableAction ()

Phương thức công khai

hành động

public abstract Action action ()

Giá trị trả về
Action

thông báo hành động

public abstract Digest actionDigest ()

Giá trị trả về
Digest

Command

public abstract Command command ()

Giá trị trả về
Command

Thông báo Command

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