|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface DetailsTypes.SysImgDetailsType
Details type for system images packages. Includes information on the abi (architecture), tag (device type), and vendor.
| Method Summary | |
|---|---|
java.lang.String |
getAbi()
Gets the abi type (x86, armeabi-v7a, etc.) for this package. |
IdDisplay |
getTag()
Sets the tag for this package. |
IdDisplay |
getVendor()
Gets the vendor of this package. |
boolean |
isValidAbi(java.lang.String value)
Checks whether value is a valid abi type. |
void |
setAbi(java.lang.String abi)
Sets the abi type (x86, armeabi-v7a, etc.) for this package. |
void |
setTag(IdDisplay tag)
Sets the tag for this package. |
void |
setVendor(IdDisplay vendor)
Sets the vendor of this package. |
| Methods inherited from interface com.android.sdklib.repositoryv2.meta.DetailsTypes.ApiDetailsType |
|---|
getApiLevel, getCodename, setApiLevel, setCodename |
| Method Detail |
|---|
void setAbi(@NonNull
java.lang.String abi)
@NonNull java.lang.String getAbi()
boolean isValidAbi(@Nullable
java.lang.String value)
value is a valid abi type.
void setTag(@NonNull
IdDisplay tag)
@NonNull IdDisplay getTag()
void setVendor(@Nullable
IdDisplay vendor)
@Nullable IdDisplay getVendor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||