|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.sdklib.repository.local.Update.Result
public static class Update.Result
Constructor Summary | |
---|---|
Update.Result()
|
Method Summary | |
---|---|
java.util.Set<RemotePkgInfo> |
getNewPkgs()
Returns the set of new remote packages that are not locally present and that the user could install. |
java.util.Set<LocalPkgInfo> |
getUpdatedPkgs()
Returns the set of packages that have local updates available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Update.Result()
Method Detail |
---|
public java.util.Set<LocalPkgInfo> getUpdatedPkgs()
LocalPkgInfo.getUpdate()
to retrieve the computed updated candidate.
public java.util.Set<RemotePkgInfo> getNewPkgs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |