CurrentInvocation.InvocationInfo

public static final enum CurrentInvocation.InvocationInfo
extends Enum<CurrentInvocation.InvocationInfo>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.Callr.logger.CurrentInvocation.InvocationInfo>
     ↳ com.android.tradefed.Callr.logger.CurrentInvocation.InvocationInfo


Một số khoá được đặt tên đặc biệt mà chúng ta sẽ luôn điền cho lệnh gọi.

Tóm tắt

Giá trị enum

CurrentInvocation.InvocationInfo  WORK_FOLDER

 

Phương thức công khai

String toString()
static CurrentInvocation.InvocationInfo valueOf(String name)
static final InvocationInfo[] values()

Giá trị enum

THƯ VIỆN_CƠ_LÀM

public static final CurrentInvocation.InvocationInfo WORK_FOLDER

Phương thức công khai

toString

public String toString ()

Giá trị trả về
String

giá trị của

public static CurrentInvocation.InvocationInfo valueOf (String name)

Tham số
name String

Giá trị trả về
CurrentInvocation.InvocationInfo

giá trị

public static final InvocationInfo[] values ()

Giá trị trả về
InvocationInfo[]