|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.sdklib.repositoryv2.LegacyRepoUtils
public class LegacyRepoUtils
Utilities used by the FallbackLocalRepoLoader
and FallbackRemoteRepoLoader
s to
convert IPkgDesc
s into forms useful to RepoManager
.
Constructor Summary | |
---|---|
LegacyRepoUtils()
|
Method Summary | |
---|---|
static com.android.repository.impl.meta.TypeDetails |
createTypeDetails(IPkgDesc desc,
SdkManager.LayoutlibVersion layoutLibVersion,
com.android.repository.api.ProgressIndicator progress)
Convert a IPkgDesc and other old-style information into a TypeDetails . |
static java.lang.String |
getDisplayName(IPkgDesc legacy)
Gets the RepoPackage.getDisplayName() return value from an IPkgDesc . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyRepoUtils()
Method Detail |
---|
public static com.android.repository.impl.meta.TypeDetails createTypeDetails(@NonNull IPkgDesc desc, @Nullable SdkManager.LayoutlibVersion layoutLibVersion, com.android.repository.api.ProgressIndicator progress)
IPkgDesc
and other old-style information into a TypeDetails
.
public static java.lang.String getDisplayName(IPkgDesc legacy)
RepoPackage.getDisplayName()
return value from an IPkgDesc
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |