|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.impl.meta.Archive.ArchiveFile
com.android.repository.impl.meta.Archive.PatchType
public abstract static class Archive.PatchType
A binary diff from a previous package version to this one. TODO: it's too bad that the code from CompleteType must be duplicated here. Refactor.
| Constructor Summary | |
|---|---|
Archive.PatchType()
|
|
| Method Summary | |
|---|---|
abstract RevisionType |
getBasedOn()
Gets the source revision for this patch. |
protected void |
setBasedOn(RevisionType revision)
Sets the source revision for this patch. |
| Methods inherited from class com.android.repository.impl.meta.Archive.ArchiveFile |
|---|
getChecksum, getSize, getUrl, setChecksum, setSize, setUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Archive.PatchType()
| Method Detail |
|---|
@NonNull public abstract RevisionType getBasedOn()
protected void setBasedOn(@NonNull
RevisionType revision)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||