Logo: Abi
public
class
Abi
extends Object
implements
IAbi
java.lang.Object
|
😎 |
com.android.tradefed.testtype.Abi
|
Eine Klasse, die eine ABI darstellt.
Zusammenfassung
Öffentliche Konstruktoren |
Abi(String name, String bitness)
|
Öffentliche Methoden |
boolean
|
equals(Object obj)
|
static
IAbi
|
fromProto(ConfigurationDescription.Abi protoAbi)
Umgekehrte Operation von toProto() , um das Objekt zurückzubekommen.
|
String
|
getBitness()
|
String
|
getName()
|
int
|
hashCode()
|
ConfigurationDescription.Abi
|
toProto()
Gibt die Proto-Darstellung der aktuellen Abi-Instanz zurück.
|
String
|
toString()
|
Öffentliche Konstruktoren
Logo: Abi
public Abi (String name,
String bitness)
Parameter |
name |
String |
bitness |
String |
Öffentliche Methoden
ist gleich
public boolean equals (Object obj)
fromProto
public static IAbi fromProto (ConfigurationDescription.Abi protoAbi)
Umgekehrte Operation von toProto()
, um das Objekt zurückzubekommen.
Parameter |
protoAbi |
ConfigurationDescription.Abi |
getBitness
public String getBitness ()
getName
public String getName ()
hashCode
public int hashCode ()
toProto
public ConfigurationDescription.Abi toProto ()
Gibt die Proto-Darstellung der aktuellen Abi-Instanz zurück.
Returns |
ConfigurationDescription.Abi |
|
toString
public String toString ()