CurrentInvocation.InvocationInfo

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

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


Một số khoá được đặt tên đặc biệt mà chúng ta sẽ luôn điền sẵ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

WORK_FOLDER

public static final CurrentInvocation.InvocationInfo WORK_FOLDER

Phương thức công khai

toString

public String toString ()

Giá trị trả về
String

valueOf

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[]