CommandFileParser.CommandLine

public static class CommandFileParser.CommandLine
extends Object

java.lang.Object
com.android.tradefed.command.CommandFileParser.CommandLine


概括

公共方法

String[] asArray ()
boolean equals (Object o)
File getFile ()
int getLineNumber ()
int hashCode ()

公共方法

作为数组

public String[] asArray ()

退货
String[]

等于

public boolean equals (Object o)

参数
o Object

退货
boolean

获取文件

public File getFile ()

退货
File

获取行号

public int getLineNumber ()

退货
int

哈希码

public int hashCode ()

退货
int