ExecutableAction

public abstract class ExecutableAction
extends Object

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


คลาสค่าที่แสดงการกระทําที่สามารถดําเนินการได้

หมายเหตุเกี่ยวกับคำศัพท์: คำว่า "การดำเนินการ" ในที่นี้ใช้ในความหมายของโปรโตคอลการดำเนินการจากระยะไกล

สรุป

เครื่องมือสร้างสาธารณะ

ExecutableAction()

เมธอดสาธารณะ

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

สร้าง ExecutableAction

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

สร้าง

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

สร้าง ExecutableAction

พารามิเตอร์
input File

args Iterable

envVariables Map

timeout long

การคืนสินค้า
ExecutableAction

ส่ง
IOException

อินพุต

public abstract MerkleTree input ()

การคืนสินค้า
MerkleTree