|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPkgDescAddon
IPkgDescAddon
keeps information on individual add-on SDK packages
(both local or remote packages definitions.) The base IPkgDesc
tries
to present a unified interface to package attributes and this interface
adds methods specific to extras.
IPkgDescAddon
,
use PkgDesc.Builder.newAddon(com.android.sdklib.AndroidVersion, com.android.sdklib.repository.MajorRevision, IdDisplay, IdDisplay)
.
To query generic packages capabilities, rely on IPkgDesc.getType()
and the
IPkgDesc.hasXxx()
methods provided by IPkgDesc
.
Method Summary | |
---|---|
IdDisplay |
getName()
Returns the id/display name of the add-on. |
Methods inherited from interface com.android.sdklib.repository.descriptors.IPkgDesc |
---|
getAndroidVersion, getBaseInstallId, getCanonicalInstallFolder, getDescriptionShort, getDescriptionUrl, getFullRevision, getInstallId, getLicense, getListDisplay, getMajorRevision, getMinPlatformToolsRev, getMinToolsRev, getPath, getPreciseRevision, getTag, getType, getVendor, isObsolete, isPreview, isUpdateFor, isUpdateFor |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface com.android.sdklib.repository.descriptors.IPkgCapabilities |
---|
hasAndroidVersion, hasFullRevision, hasMajorRevision, hasMinPlatformToolsRev, hasMinToolsRev, hasPath, hasTag, hasVendor |
Methods inherited from interface com.android.sdklib.repository.IListDescription |
---|
getListDescription |
Method Detail |
---|
@NonNull IdDisplay getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |