ฟีเจอร์รีโมต

public interface IRemoteFeature

com.android.tradefed.service.IRemoteFeature


อินเทอร์เฟซที่อธิบายฟีเจอร์ใน Tradefed ที่ดำเนินการตามคำขอได้

สรุป

วิธีการสาธารณะ

abstract FeatureResponse execute(FeatureRequest request)

แสดงผล FeatureResponse ตามคำขอ

abstract String getName()

ชื่อฟีเจอร์

วิธีการสาธารณะ

ดำเนินการ

public abstract FeatureResponse execute (FeatureRequest request)

แสดงผล FeatureResponse ตามคำขอ

พารามิเตอร์
request FeatureRequest

คิกรีเทิร์น
FeatureResponse

getName

public abstract String getName ()

ชื่อฟีเจอร์ ต้องตรงกับ FeatureRequest#getName()

คิกรีเทิร์น
String