ListInstrumentationParser.InstrumentationTarget 中的对应字段
public
static
class
ListInstrumentationParser.InstrumentationTarget
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.util.ListInstrumentationParser.InstrumentationTarget |
摘要
字段 | |
---|---|
public
final
String |
packageName
|
public
final
String |
runnerName
|
public
final
String |
targetName
|
公共构造函数 | |
---|---|
InstrumentationTarget(String packageName, String runnerName, String targetName)
|
公共方法 | |
---|---|
int
|
compareTo(ListInstrumentationParser.InstrumentationTarget o)
|
boolean
|
equals(Object object)
|
int
|
hashCode()
|
boolean
|
isShardable()
如果此插桩目标可分片,则返回 true。 |
String
|
toString()
|
字段
packageName
public final String packageName
runnerName
public final String runnerName
目标名称
public final String targetName
公共构造函数
插桩目标
public InstrumentationTarget (String packageName, String runnerName, String targetName)
参数 | |
---|---|
packageName |
String |
runnerName |
String |
targetName |
String |
公共方法
比较
public int compareTo (ListInstrumentationParser.InstrumentationTarget o)
参数 | |
---|---|
o |
ListInstrumentationParser.InstrumentationTarget |
返回 | |
---|---|
int |
equals
public boolean equals (Object object)
参数 | |
---|---|
object |
Object |
返回 | |
---|---|
boolean |
hashCode
public int hashCode ()
返回 | |
---|---|
int |
isShardable(可分片)
public boolean isShardable ()
如果此插桩目标可分片,则返回 true。
返回 | |
---|---|
boolean |
toString
public String toString ()
返回 | |
---|---|
String |