AndroidSdkHandler
/RepoManager
and associated classes instead.@Deprecated public interface IPkgDescExtra extends IPkgDesc
IPkgDescExtra
keeps information on individual extra 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.
To create a new IPkgDescExtra
,
use PkgDesc.Builder.newExtra(IdDisplay, String, String, String[], Revision)
)}.
The extra's revision is a Revision
; the attribute is however
accessed via IPkgDesc.getRevision()
instead of introducing a new
custom method.
To query generic packages capabilities, rely on IPkgDesc.getType()
and the
IPkgDesc.hasXxx()
methods provided by IPkgDesc
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNameDisplay()
Deprecated.
Returns the display name of the Extra.
|
java.lang.String[] |
getOldPaths()
Deprecated.
Returns an optional list of older paths for this extra package.
|
getAndroidVersion, getBaseInstallId, getCanonicalInstallFolder, getDescriptionShort, getDescriptionUrl, getInstallId, getLicense, getListDescription, getListDisplay, getMinPlatformToolsRev, getMinToolsRev, getName, getPath, getRevision, getTag, getType, getVendor, hasAndroidVersion, hasMinPlatformToolsRev, hasMinToolsRev, hasPath, hasTag, hasVendor, isObsolete, isPreview, isUpdateFor, isUpdateFor
@NonNull java.lang.String[] getOldPaths()
@NonNull java.lang.String getNameDisplay()