Abi
public class Abi
extends Object
implements IAbi
java.lang.Object |
↳ | com.android.tradefed.testtype.Abi |
Eine Klasse, die ein ABI darstellt.
Zusammenfassung
Öffentliche Konstrukteure |
---|
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 Konstrukteure
Abi
public Abi (String name,
String bitness)
Parameter |
---|
name | String |
bitness | String |
Öffentliche Methoden
gleich
public boolean equals (Object obj)
vonProto
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 ()
Hash-Code
public int hashCode ()
zuProto
public ConfigurationDescription.Abi toProto ()
Gibt die Proto-Darstellung der aktuellen Abi-Instanz zurück.
Kehrt zurück |
---|
ConfigurationDescription.Abi | |
toString
public String toString ()