|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.sdklib.repositoryv2.targets.SystemImageManager
public class SystemImageManager
SystemImageManager
finds SystemImage
s in the sdk, using a RepoManager
Constructor Summary | |
---|---|
SystemImageManager(com.android.repository.api.RepoManager mgr,
SysImgFactory factory,
com.android.repository.io.FileOp fop)
Create a new SystemImageManager using the given RepoManager .factory is used to enable validation. |
Method Summary | |
---|---|
ISystemImage |
getImageAt(java.io.File imageDir)
|
com.google.common.collect.Multimap<com.android.repository.api.LocalPackage,SystemImage> |
getImageMap()
Gets a map from all our SystemImage s to their containing LocalPackage s. |
java.util.Collection<SystemImage> |
getImages()
Gets all the SystemImage s. |
java.util.Collection<SystemImage> |
lookup(IdDisplay tag,
com.android.sdklib.AndroidVersion version,
IdDisplay vendor)
Lookup all the SystemImage with the given property values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemImageManager(@NonNull com.android.repository.api.RepoManager mgr, @NonNull SysImgFactory factory, @NonNull com.android.repository.io.FileOp fop)
SystemImageManager
using the given RepoManager
.factory
is used to enable validation.
Method Detail |
---|
@NonNull public java.util.Collection<SystemImage> getImages()
SystemImage
s.
public com.google.common.collect.Multimap<com.android.repository.api.LocalPackage,SystemImage> getImageMap()
SystemImage
s to their containing LocalPackage
s.
@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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |