ListInstrumentationParser.InstrumentationTarget
public
static
class
ListInstrumentationParser.InstrumentationTarget
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.util.ListInstrumentationParser.InstrumentationTarget |
Zusammenfassung
Felder | |
|---|---|
public
final
String |
packageName
|
public
final
String |
runnerName
|
public
final
String |
targetName
|
Öffentliche Konstruktoren | |
|---|---|
InstrumentationTarget(String packageName, String runnerName, String targetName)
|
|
Öffentliche Methoden | |
|---|---|
int
|
compareTo(ListInstrumentationParser.InstrumentationTarget o)
|
boolean
|
equals(Object object)
|
int
|
hashCode()
|
boolean
|
isShardable()
Gibt true zurück, wenn dieses Instrumentierungsziel geShardet werden kann. |
String
|
toString()
|
Felder
packageName
public final String packageName
runnerName
public final String runnerName
targetName
public final String targetName
Öffentliche Konstruktoren
InstrumentationTarget
public InstrumentationTarget (String packageName,
String runnerName,
String targetName)| Parameter | |
|---|---|
packageName |
String |
runnerName |
String |
targetName |
String |
Öffentliche Methoden
compareTo
public int compareTo (ListInstrumentationParser.InstrumentationTarget o)
| Parameter | |
|---|---|
o |
ListInstrumentationParser.InstrumentationTarget |
| Returns | |
|---|---|
int |
|
ist gleich
public boolean equals (Object object)
| Parameter | |
|---|---|
object |
Object |
| Returns | |
|---|---|
boolean |
|
hashCode
public int hashCode ()
| Returns | |
|---|---|
int |
|
isShardable
public boolean isShardable ()
Gibt true zurück, wenn dieses Instrumentierungsziel geShardet werden kann.
| Returns | |
|---|---|
boolean |
|
toString
public String toString ()
| Returns | |
|---|---|
String |
|