public class SystemImageManager
extends java.lang.Object
| Constructor and Description |
|---|
SystemImageManager(com.android.repository.api.RepoManager mgr,
SysImgFactory factory,
com.android.repository.io.FileOp fop)
|
| Modifier and Type | Method and Description |
|---|---|
ISystemImage |
getImageAt(java.io.File imageDir) |
com.google.common.collect.Multimap<com.android.repository.api.LocalPackage,SystemImage> |
getImageMap()
Gets a map from all our
SystemImages to their containing LocalPackages. |
java.util.Collection<SystemImage> |
getImages()
Gets all the
SystemImages. |
java.util.Collection<SystemImage> |
lookup(IdDisplay tag,
com.android.sdklib.AndroidVersion version,
IdDisplay vendor)
Lookup all the
SystemImage with the given property values. |
public SystemImageManager(@NonNull
com.android.repository.api.RepoManager mgr,
@NonNull
SysImgFactory factory,
@NonNull
com.android.repository.io.FileOp fop)
@NonNull public java.util.Collection<SystemImage> getImages()
SystemImages.public com.google.common.collect.Multimap<com.android.repository.api.LocalPackage,SystemImage> getImageMap()
SystemImages to their containing LocalPackages.@NonNull public java.util.Collection<SystemImage> lookup(@NonNull IdDisplay tag, @NonNull com.android.sdklib.AndroidVersion version, @Nullable IdDisplay vendor)
SystemImage with the given property values.@Nullable public ISystemImage getImageAt(@NonNull java.io.File imageDir)