|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemImage
Describes a system image as used by an IAndroidTarget
.
A system image has an installation path, a location type and an ABI type.
Nested Class Summary | |
---|---|
static class |
ISystemImage.LocationType
Indicates the type of location for the system image folder in the SDK. |
Method Summary | |
---|---|
java.lang.String |
getAbiType()
Returns the ABI type. |
java.io.File |
getLocation()
Returns the actual location of an installed system image. |
ISystemImage.LocationType |
getLocationType()
Indicates the location strategy for this system image in the SDK. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.io.File getLocation()
ISystemImage.LocationType getLocationType()
java.lang.String getAbiType()
SdkConstants.ABI_ARMEABI
,
SdkConstants.ABI_ARMEABI_V7A
, SdkConstants.ABI_INTEL_ATOM
or
SdkConstants.ABI_MIPS
.
Cannot be null nor empty.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |