AndroidSdkHandler/RepoManager and associated classes instead.@Deprecated public class LocalExtraPkgInfo extends LocalPkgInfo
| Modifier and Type | Method and Description |
|---|---|
IPkgDesc |
getDesc()
Deprecated.
Returns the
IPkgDesc describing this package. |
java.lang.String[] |
getOldPaths()
Deprecated.
|
static java.lang.String |
getPrettyName(IdDisplay vendor,
java.lang.String extraPath)
Deprecated.
Used to produce a suitable name-display based on the extra's path
and vendor display string in addon-3 schemas.
|
compareTo, equals, getListDescription, getLoadError, getLocalDir, getLocalSdk, getSourceProperties, hashCode, toString@NonNull public IPkgDesc getDesc()
LocalPkgInfoIPkgDesc describing this package.getDesc in class LocalPkgInfo@NonNull public java.lang.String[] getOldPaths()
public static java.lang.String getPrettyName(@Nullable
IdDisplay vendor,
@NonNull
java.lang.String extraPath)
vendor - The vendor id of the extra.extraPath - The non-null path of the extra.